/flutter_toasty

A new flutter toast plugin.

Primary LanguageDartOtherNOASSERTION

toasty

A new flutter toast plugin. Android base by Toasty.
IOS base by Toast.

Getting Started

import 'package:toasty/toasty.dart';

Toasty.success("success text");
Toasty.info("info text");
Toasty.warning("warning text");
Toasty.normal("normal text");
Toasty.error("error text");

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.