bg_launcher 0.0.1 copy "bg_launcher: ^0.0.1" to clipboard
bg_launcher: ^0.0.1 copied to clipboard

PlatformAndroid

A flutter plugin that brings an in-background android app to the foreground (Android only)

bg_launcher #

A flutter plugin that brings an in-background android app to the foreground (Android only)

Restrictions on starting activities from the background #

Apps running on Android 10 or higher can start activities only when one or more of the following conditions are met:

  • To make the app works try to add SYSTEM_ALERT_WINDOW permission and grant it by the user for more info check here background-starts#exceptions

Getting Started #

check the example folder for a clearer example


  /// `extras` & `action` are useful if you want to determine
  /// what you will do when you bring the app from background
  /// you can use `receive_intent` package and filter them with
  /// the action & extras to show your own UI/ logic ...  
  
    BgLauncher.bringAppToForeground(
      action: 'FBI-OPEN-UP',
      extras: 'https://youtu.be/dQw4w9WgXcQ',
    );

9
likes
140
pub points
75%
popularity

Publisher

verified publisheriheb.tech

A flutter plugin that brings an in-background android app to the foreground (Android only)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on bg_launcher