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

Open apps with parameter #4

Open SevenHeaven93 opened 5 years ago

SevenHeaven93 commented 5 years ago

I'm using this plugin, and work perfectly when I open other apps without parameter. Now I'm building 2 flutter apps, in first apps, I want to click button then open 2nd apps but with parameter, like to tell 2nd app to open specific page or to show some message. Can this handled by this plugin? thanks

angjelkom commented 5 years ago

@SevenHeaven93 that's not supported by the plugin yet

cookseym commented 3 years ago

bump Any update on this @echonox ?

angjelkom commented 3 years ago

@cookseym sorry for the late response I'm not the owner of this plugin @pichillilorenzo is, I would gladly invest some free time to make a pull request but I'm very busy at the moment.

joshuaboltzmc commented 3 years ago

Another thought on this one is opening the Slack app from a Flutter app and the ability to pass along a channel or some other parameters to open the app into a specific channel rather than just simply opening the app