An open API service indexing awesome lists of open source software.

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.

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