m_toast 0.1.1 copy "m_toast: ^0.1.1" to clipboard
m_toast: ^0.1.1 copied to clipboard

mtoast

MToast #

pub package pub package

Toast Library for Flutter

Supported Platforms #

  • Android
  • IOS

How to Use #

# add this line to your dependencies
m_toast: ^0.1.1
import 'package:m_toast/m_toast.dart';

To call the toast #

ShowMToast toast = ShowMToast();

toast.successToast(context, message: "Hello");
toast.errorToast(context, message: "Hello");

Preview Images (No BuildContext) #

If you need any features suggest #

...