flutter_foreground_service 0.1.0 copy "flutter_foreground_service: ^0.1.0" to clipboard
flutter_foreground_service: ^0.1.0 copied to clipboard

outdated

Foreground service for the Android platform

flutter_foreground_service #

Setup #

Step 1 #

Add the plugin to your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  flutter_foreground_service: ^LATEST_VERSION_HERE

Replace the LATEST_VERSION_HERE the latest version number as stated on this page.

Step 2 #

Import the package into your project

import 'package:flutter_foreground_service/foreground_service.dart';

Usage #

Check out the example tab here on pub.dev to view the plugin in action.