runner_background 1.0.0+1 copy "runner_background: ^1.0.0+1" to clipboard
runner_background: ^1.0.0+1 copied to clipboard

A Flutter package for background service and notification management. Enables apps to run tasks in the background and show local notifications.

Changelog #

0.0.1 - 2025-07-18 #

Added #

  • Initial release of runner_background package
  • Background service functionality using workmanager
  • Local notifications support with flutter_local_notifications
  • Cross-platform support for Android and iOS
  • Configurable notification settings
  • Background task scheduling with custom frequency
  • App lifecycle monitoring
  • Battery optimization considerations
  • Comprehensive example application
  • Full API documentation

Features #

  • Background service that runs even when app is closed
  • Customizable notification channels and settings
  • Support for periodic and one-time background tasks
  • Automatic notification display when tasks complete
  • Service status monitoring and statistics
  • Foreground/background state monitoring
  • Shared preferences integration for persistent settings
  • Error handling and logging support

Platform Support #

  • Android: Full support with proper permissions and constraints
  • iOS: Background app refresh and notification support

Documentation #

  • Complete README with usage examples
  • API reference documentation
  • Platform-specific setup instructions
  • Best practices and considerations
0
likes
135
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for background service and notification management. Enables apps to run tasks in the background and show local notifications.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, flutter_local_notifications, shared_preferences, timezone, workmanager

More

Packages that depend on runner_background