/flutter_toast

A simple flutter plugin to display toast on android application created using flutter

Primary LanguageDartBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Android and iOS Toast Library for Flutter

Supported Platforms

  • Android
  • IOS

Usage

# add this line to your dependencies
import 'package:fluttertoast/fluttertoast.dart';
FlutterToast.showToast(
        message: "You message here",
        toastLength: ToastLength.LENGTH_SHORT
        );
property description
msg String (Not Null)(required)
toastLength ToastLength.LENGTH_SHORT or ToastLength.LENGTH_LONG (optional)

If you need any features suggest