flutter_flexible_toast 0.1.4 copy "flutter_flexible_toast: ^0.1.4" to clipboard
flutter_flexible_toast: ^0.1.4 copied to clipboard

A Powerful Toast Library for Flutter, Easily create toast messages in single line of code with leading image options.

flutter_flexible_toast #

Toast Library for Flutter.

How to Use #

just add below in pubspec.yaml

flutter_flexible_toast: ^0.1.4
copied to clipboard
import 'package:flutter_flexible_toast/flutter_flexible_toast.dart';
copied to clipboard
FlutterFlexibleToast.showToast(
    message: "Short Loading 2 Sec Toast",
    toastLength: Toast.LENGTH_LONG,
    toastGravity: ToastGravity.BOTTOM,
    icon: ICON.LOADING,
    radius: 100,
    elevation: 10,
    imageSize: 35,
    textColor: Colors.white,
    backgroundColor: Colors.black,
    timeInSeconds: 2
);
copied to clipboard

To cancel all the toasts call #

FlutterFlexibleToast.cancel();
copied to clipboard

Preview Screenshots #

short_info_one_second_toast short_red_success_toast short_loading_gif_toast

For More Info #

Email : android : ssvekariya11@gmail.com
Email : ios : on iospareshse@gmail.com

37
likes
40
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.21 - 2025.03.05

A Powerful Toast Library for Flutter, Easily create toast messages in single line of code with leading image options.

Repository (GitHub)

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_flexible_toast