flutter_local_notifications 0.0.8 copy "flutter_local_notifications: ^0.0.8" to clipboard
flutter_local_notifications: ^0.0.8 copied to clipboard

outdated

A cross platform plugin for displaying and scheduling local notifications for Flutter applications. Supports the legacy and new User Notifications framework for iOS and the NotificationCompat APIs pro [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_local_notifications

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

dependencies:
  flutter_local_notifications: ^0.0.8

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_local_notifications/flutter_local_notifications.dart';
6121
likes
0
pub points
100%
popularity

Publisher

verified publisherdexterx.dev

A cross platform plugin for displaying and scheduling local notifications for Flutter applications. Supports the legacy and new User Notifications framework for iOS and the NotificationCompat APIs provided by the support libraries for Android.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_local_notifications