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

mtoast

MToast #

Toast Library for Flutter

[Pub][Pub]

Supported Platforms #

  • Android
  • IOS

How to Use #

# add this line to your dependencies
m_toast: ^0.0.8
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 #

...