flutter_toastr 1.0.3 copy "flutter_toastr: ^1.0.3" to clipboard
flutter_toastr: ^1.0.3 copied to clipboard

Flutter Toastr is a Flutter package for non-blocking notifications. You can show toast message at any position of your app and at any duration length.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_toastr

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

dependencies:
  flutter_toastr: ^1.0.3

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_toastr/flutter_toastr.dart';
13
likes
140
points
744
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter Toastr is a Flutter package for non-blocking notifications. You can show toast message at any position of your app and at any duration length.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_toastr