flutter_fgbg icon indicating copy to clipboard operation
flutter_fgbg copied to clipboard

Flutter plugin to detect when app(not Flutter container) goes to background or foreground

Results 13 flutter_fgbg issues
Sort by recently updated
recently updated
newest added

I've added support for all lifecycle events on iOS and Android and the plugin is sending up the exact lifecycle transition from each platform in case granular control of events...

I tried running the example project in android emulator and it is giving same result as AppLifeCycleState. i.e, showing that the app is in background for image picker and then...

Hi 👋 @ajinasokan, thanks for building this package 🚀. Currently, it can detect if the app is in background or foreground state successfully. However, it doesn't detect if the app...

This is very strange ... seems a recent issue after I began using --dart-define in my build phase I have a null safe flutter project, and my build onto IOS...

I added the option to get the current value like: ` await FGBGEvents.current;`

this looks like tricky, am not sure if it can detect apps goes back from background and using inside backgounrd service. What I want to do, is judge inside backgounrd...

This issue is occurring when the app is going forward and backward. ive also referred another plugin "live_activities" they have made some fix. attaching the URL:https://github.com/istornz/flutter_live_activities/pull/49

i am listening to fbgb events in main app state like that: ´´´ fgbgListener = FGBGEvents.instance.stream.listen((event) { _logger.t("fbgb event: ${event.name}"); }); ´´´ this works fine, until i Override shouldAttachEngineToActivity() with...

Note: C:\Users\myusername\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_fgbg-0.6.0\android\src\main\java\com\ajinasokan\flutter_fgbg\FlutterFGBGPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use or override a deprecated API. i'm using alarm package that package...

Hi, since I updated flutter to 3.24.0 and the kotlin version to 2.0.10, I get this compiling error: * What went wrong: Execution failed for task ':flutter_fgbg:verifyReleaseResources'. > A failure...