flutter_appavailability icon indicating copy to clipboard operation
flutter_appavailability copied to clipboard

A Flutter plugin that allows you to check if an app is installed/enabled, launch an app and get the list of installed apps.

Results 25 flutter_appavailability issues
Sort by recently updated
recently updated
newest added

Starting pull request to migrate package to null safety version. To do: - [x] Migrate to null safety; - [x] Test in IOS plataform; - [x] Test in Android plataform.

After upgrading Flutter to version 2.5.0 I get the following warning. ``` The plugin `flutter_appavailability` uses a deprecated version of the Android embedding. To avoid unexpected runtime failures, or future...

any chance this package could implement a method to get apps that have been used most recently?

I am trying to implement alarm clock, using alarm manager and this package, but it gives me this message, when i trying to launch app from background: ``` E/MethodChannel#com.pichillilorenzo/flutter_appavailability( 4567):...

don't support null safety: - package:flutter_appavailability please migrate to null safety

We have upgraded our app to support Android Embedding V2. The app attempts to launch and then immediately crashes: 2021-05-07 14:53:51.474 9171-9171/org.my.app E/MethodChannel#: Parameter messenger must not be null. 2021-05-07...

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...

hi i tried to open instagram,youtube,twitter via "instagram://" and "instagram-stories://" see `:https://pureoxygenlabs.com/10-app-url-schemes-for-marketers/` and i failed the only working solution is 'whatsapp://' any help flutter version : Flutter 1.22.3 • channel...

When running on release mode, I get a build error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':flutter_appavailability:verifyReleaseResources'. > java.util.concurrent.ExecutionException: com.android.builder.internal.aapt.v2.Aapt2Exception: Android...