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

A Flutter package that provides a simple and customizable way to display toast messages in your Flutter applications. With Flutter Toasty, you can easily show informative and stylish toast notificatio [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_toasty

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

dependencies:
  flutter_toasty: ^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:flutter_toasty/flutter_toasty.dart';
0
likes
150
points
29
downloads

Documentation

API reference

Publisher

verified publisherkishormainali.com

Weekly Downloads

A Flutter package that provides a simple and customizable way to display toast messages in your Flutter applications. With Flutter Toasty, you can easily show informative and stylish toast notifications to enhance user experience and provide feedback on various actions within your app.

Repository (GitHub)

License

BSD-2-Clause (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_toasty