pichillilorenzo / flutter_appavailability

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.
https://pub.dartlang.org/packages/flutter_appavailability
MIT License
92 stars 89 forks source link

Added support to start specific Android Activity and added possibilit… #5

Open angjelkom opened 5 years ago

angjelkom commented 5 years ago

…y to start atleast one of the available activities if it fails to find a launch activity

Added 2 features in the app:

  1. Added support to start specific Android Activity.
  2. Added support to start other activity if launch activity is not found
    • this will make sure the plugin starts any activity available for the app, if it can't find a launch activity, helpful with "hidden apps" which don't have launcher intents, and are not visible in the default launcher