Toast Library for Flutter.
just add below in pubspec.yaml
flutter_flexible_toast: ^0.1.4
import 'package:flutter_flexible_toast/flutter_flexible_toast.dart';
FlutterFlexibleToast.showToast(
message: "Short Loading 2 Sec Toast",
toastLength: Toast.LENGTH_LONG,
toastGravity: ToastGravity.BOTTOM,
icon: ICON.LOADING,
radius: 100,
elevation: 10,
imageSize: 35,
textColor: Colors.white,
backgroundColor: Colors.black,
timeInSeconds: 2
);
FlutterFlexibleToast.cancel();
Email : android : ssvekariya11@gmail.com
Email : ios : on iospareshse@gmail.com