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

A simple package to implement notification with Pusher

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add simple_noti

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

dependencies:
  simple_noti: ^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:simple_noti/simple_noti.dart';
1
likes
140
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A simple package to implement notification with Pusher

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, flutter_local_notifications, pusher_channels_flutter, universal_html

More

Packages that depend on simple_noti