spyderbibek / flutter_toast

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 29.3%Language:Java 25.4%Language:Swift 14.7%Language:HTML 12.0%Language:Ruby 10.8%Language:Objective-C 7.9%