starlight_notification 0.0.2 copy "starlight_notification: ^0.0.2" to clipboard
starlight_notification: ^0.0.2 copied to clipboard

The easiest way to show notification using flutter_local_notifications in flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add starlight_notification

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

dependencies:
  starlight_notification: ^0.0.2

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:starlight_notification/starlight_notification.dart';
1
likes
140
points
8
downloads

Publisher

unverified uploader

Weekly Downloads

The easiest way to show notification using flutter_local_notifications in flutter.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_local_notifications

More

Packages that depend on starlight_notification