flutter_toastr 1.0.3 copy "flutter_toastr: ^1.0.3" to clipboard
flutter_toastr: ^1.0.3 copied to clipboard

Flutter Toastr is a Flutter package for non-blocking notifications. You can show toast message at any position of your app and at any duration length.

flutter_toastr #

Flutter Toastr is a Flutter package for non-blocking notifications. You can show toast message at any position of your app and at any duration length.

Installation #

flutter pub add flutter_toastr

or

dependencies:
  flutter_toastr: ^1.0.3

copied to clipboard
import 'package:flutter_toastr/flutter_toastr.dart';

  FlutterToastr.show("Flutter Toastr is a Flutter package for non-blocking notifications", context, duration: FlutterToastr.lengthShort, position:  FlutterToastr.bottom);
copied to clipboard
13
likes
140
points
764
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.03 - 2025.04.17

Flutter Toastr is a Flutter package for non-blocking notifications. You can show toast message at any position of your app and at any duration length.

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_toastr