toaster_next 1.1.0 copy "toaster_next: ^1.1.0" to clipboard
toaster_next: ^1.1.0 copied to clipboard

Yet another Flutter Toaster. Built with ease of use and testablility in mind, with sensible defaults.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add toaster_next

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

dependencies:
  toaster_next: ^1.1.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:toaster_next/toaster.dart';
import 'package:toaster_next/toaster/default_toast_display.dart';
import 'package:toaster_next/toaster/toast_data.dart';
import 'package:toaster_next/toaster/toast_types.dart';
import 'package:toaster_next/toaster/toaster_display.dart';
import 'package:toaster_next/toaster/toaster_interface.dart';
1
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Yet another Flutter Toaster. Built with ease of use and testablility in mind, with sensible defaults.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

clock, flutter

More

Packages that depend on toaster_next