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

A simple toast plugin for Android and iOS.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toaster

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

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

Publisher

unverified uploader

A simple toast plugin for Android and iOS.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on toaster