flutter_background_service 0.2.1 copy "flutter_background_service: ^0.2.1" to clipboard
flutter_background_service: ^0.2.1 copied to clipboard

outdated

A flutter plugin for executing dart code continously even application closed.

flutter_background_service #

A flutter plugin for execute dart code in background.

Android #

  • No additional setting is required.
  • To change notification icon, just add drawable icon with name ic_bg_service_small.

iOS #

  • Enable background_fetch capability in xcode (optional), if you wise ios to execute IosConfiguration.onBackground callback.

Usage #

  • Call FlutterBackgroundService.configure to configure handler that will be executed by the Service.
  • Call FlutterBackgroundService.start to start the Service.
  • Since the Service using Isolates, You won't be able to share reference between UI and Service. You can communicate between UI and Service using sendData() and onDataReceived.

FAQ #

Why the service not started automatically? #

Some android device manufacturers have a custom android os for example MIUI from Xiaomi. You have to deal with that policy.

Service killed by system and not respawn? #

Try to disable battery optimization for your app.

1160
likes
0
pub points
98%
popularity

Publisher

verified publishermaseka.dev

A flutter plugin for executing dart code continously even application closed.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_background_service