flutter_background 1.0.2+2 copy "flutter_background: ^1.0.2+2" to clipboard
flutter_background: ^1.0.2+2 copied to clipboard

outdated

A plugin to keep flutter apps running in the background by using foreground service, wake lock and disabling battery optimizations

1.0.2+2 #

  • Fix crash when targeting Android S+ due to a missing immutable flag for pending intents

1.0.2+1 #

  • Simplified example application by removing the use of the BLoC pattern

1.0.2 #

  • Remove foreground service notification importance levels that cause an error on Android

1.0.1 #

  • Tapping on the foreground notification now launches the Flutter Activity on Android
  • Fix null Intent error for onStartCommand on Android

1.0.0 #

  • Add null safety

0.1.6 #

  • Improve initialize method on Android
  • Add ability to specify custom notification icons
  • Update documentation accordingly

0.1.5 #

  • Add isBackgroundExecutionEnabled property to enable checking the current background execution state

0.1.4 #

  • Fix bug where calling FlutterBackground.initialize() for the first time crashes the app
  • Fix bug where calling FlutterBackground.hasPermissions for the first time crashes the app
  • Fix some typos
  • Address notification icon in the documentation
  • Enhance error handling in example app

0.1.3 #

  • Stop IsolateHolderService when app is killed with swipe to remove

0.1.2 #

  • Fix problem where the plugin crashes when specifying the android configuration calling FlutterBackground.initialize()
  • Introduce ToDo section in the README.md
  • Fix some typos
  • Add analysis_options.yaml based on pedantic v. 1.9.0 for static analysis and conform to it
  • Update example app and server

0.1.1 #

  • Conform to dart formatting standards to improve pub.dev score

0.1.0 #

  • First release of the plugin for android
  • Add example TCP chat app
  • Add TCP server for the example app to talk to
313
likes
0
pub points
97%
popularity

Publisher

verified publisherjulianassmann.de

A plugin to keep flutter apps running in the background by using foreground service, wake lock and disabling battery optimizations

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_background