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

Show the toast message easily in your app.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_notify

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

dependencies:
  flutter_notify: ^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:flutter_notify/flutter_notify.dart';
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Show the toast message easily in your app.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, equatable, flutter, pausable_timer, uuid

More

Packages that depend on flutter_notify