toaster_next 1.1.0
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_nextThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
toaster_next: ^1.1.0Alternatively, 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';