thing_toast 0.2.0 copy "thing_toast: ^0.2.0" to clipboard
thing_toast: ^0.2.0 copied to clipboard

Package for Fancy Gradient Toast.

A package for showing fancy gradient toast in Flutter applications.

Features #

Show 4 Type of Toast : Success, Info, Warning and Error.

[screenshots/ios-toast.gif]

Getting started #

Add to your dependencies:

dependencies:
  thing_toast: ^0.1.0

Then import:

import 'package:thing_toast/thing_toast.dart';

Usage #

To Show Success Toast:

ThingToast(context).success(
  title: 'This is Toast',
  subtitle: 'This is the description',
);

To Show Info Toast:

ThingToast(context).info(
  title: 'This is Toast',
  subtitle: 'This is the description',
);

To Show Warning Toast:

ThingToast(context).warning(
  title: 'This is Toast',
  subtitle: 'This is the description',
);

To Show Error Toast:

ThingToast(context).error(
  title: 'This is Toast',
  subtitle: 'This is the description',
);

Additional information #

Report any bugs if any via github.

3
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Package for Fancy Gradient Toast.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, iconsax_plus

More

Packages that depend on thing_toast