flutter_background_service 0.0.1+9 copy "flutter_background_service: ^0.0.1+9" to clipboard
flutter_background_service: ^0.0.1+9 copied to clipboard

outdated

A new flutter plugin project.

flutter_background_service #

A flutter plugin for execute dart code in background.

Android #

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

iOS #

  • Coming soon

Usage #

  • Follow the example.

Warning #

The code will executed in isolated process, you can't share information between UI and Service. But, you can use shared preferences.