|
@@ -1,7 +1,6 @@
|
|
|
import 'package:flutter/material.dart';
|
|
|
import 'package:flutter/services.dart';
|
|
|
import 'package:flutter_screenutil/flutter_screenutil.dart';
|
|
|
-import 'package:fluttertoast/fluttertoast.dart';
|
|
|
import 'package:smartledz_wifi_test/widgets/animations/animation_for_rotation.dart';
|
|
|
|
|
|
class Modal {
|
|
@@ -191,11 +190,6 @@ class Modal {
|
|
|
static void toast({
|
|
|
required String msg
|
|
|
}){
|
|
|
- Fluttertoast.showToast(
|
|
|
- msg: msg,
|
|
|
- gravity: ToastGravity.TOP,
|
|
|
- backgroundColor: const Color(0xFFEEEEEE),
|
|
|
- textColor: const Color(0xFF00AAFF)
|
|
|
- );
|
|
|
+
|
|
|
}
|
|
|
}
|