flutter_foreground_task_nous_fork 0.1.1 copy "flutter_foreground_task_nous_fork: ^0.1.1" to clipboard
flutter_foreground_task_nous_fork: ^0.1.1 copied to clipboard

discontinued
PlatformAndroidiOS
outdated

This plugin is used to implement a foreground service on the Android/iOS platform. Forked from https://github.com/Dev-hwang/flutter_foreground_task

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_foreground_task_nous_fork

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_foreground_task_nous_fork: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_foreground_task_nous_fork/exception/foreground_task_exception.dart';
import 'package:flutter_foreground_task_nous_fork/flutter_foreground_task.dart';
import 'package:flutter_foreground_task_nous_fork/models/android_notification_options.dart';
import 'package:flutter_foreground_task_nous_fork/models/foreground_task_options.dart';
import 'package:flutter_foreground_task_nous_fork/models/ios_notification_options.dart';
import 'package:flutter_foreground_task_nous_fork/models/notification_button.dart';
import 'package:flutter_foreground_task_nous_fork/models/notification_channel_importance.dart';
import 'package:flutter_foreground_task_nous_fork/models/notification_icon_data.dart';
import 'package:flutter_foreground_task_nous_fork/models/notification_priority.dart';
import 'package:flutter_foreground_task_nous_fork/models/notification_visibility.dart';
import 'package:flutter_foreground_task_nous_fork/ui/will_start_foreground_task.dart';
import 'package:flutter_foreground_task_nous_fork/ui/with_foreground_task.dart';
0
likes
120
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin is used to implement a foreground service on the Android/iOS platform. Forked from https://github.com/Dev-hwang/flutter_foreground_task

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, platform, shared_preferences, shared_preferences_android, shared_preferences_ios

More

Packages that depend on flutter_foreground_task_nous_fork

Packages that implement flutter_foreground_task_nous_fork