hz_toast 0.0.4
hz_toast: ^0.0.4 copied to clipboard
A highly customizable and feature-rich toast notification package for Flutter applications with comprehensive documentation and smooth animations.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hz_toastWith Flutter:
$ flutter pub add hz_toastThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hz_toast: ^0.0.4Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hz_toast/hz_toast.dart';