allnotification 1.0.0 copy "allnotification: ^1.0.0" to clipboard
allnotification: ^1.0.0 copied to clipboard

outdated

A flutter plugin project to display notification with system ringtone sounds or custom ringtones. Availabe only for android for now. This plugin can be called within flutter_isolate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add allnotification

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

dependencies:
  allnotification: ^1.0.0

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:allnotification/allnotification.dart';
2
likes
0
pub points
0%
popularity

Publisher

unverified uploader

A flutter plugin project to display notification with system ringtone sounds or custom ringtones. Availabe only for android for now. This plugin can be called within flutter_isolate

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_local_notifications

More

Packages that depend on allnotification