https://github.com/dev-hwang/flutter_foreground_task_example
An example of a background service implementation using flutter_foreground_task.
https://github.com/dev-hwang/flutter_foreground_task_example
Last synced: about 1 year ago
JSON representation
An example of a background service implementation using flutter_foreground_task.
- Host: GitHub
- URL: https://github.com/dev-hwang/flutter_foreground_task_example
- Owner: Dev-hwang
- Created: 2024-07-22T05:57:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:20:41.000Z (over 1 year ago)
- Last Synced: 2025-04-01T12:50:52.531Z (over 1 year ago)
- Language: Dart
- Homepage:
- Size: 264 KB
- Stars: 8
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_foreground_task_example
An example of a background service implementation using `flutter_foreground_task`.
#### [`internal_plugin_service`][1]
An example of using the platform channel in project with `flutter_foreground_task`.
#### [`location_service`][2]
An example of a background location service implementation using `flutter_foreground_task` and `fl_location`.
#### [`record_service`][3]
An example of a voice record service implementation using `flutter_foreground_task` and `record`.
#### [`geofencing_service`][4]
An example of a background geofencing service implementation using `flutter_foreground_task` and `geofencing_api`.
#### [`pedometer_service`][5]
An example of a pedometer service implementation using `flutter_foreground_task` and `pedometer`.
[1]: /internal_plugin_service
[2]: /location_service
[3]: /record_service
[4]: /geofencing_service
[5]: /pedometer_service