When writing a Unit Test for a method i have that has EasyLoading.showToast() being called in it.
I get the following error:
'package:flutter_easyloading/src/easy_loading.dart': Failed assertion: line 425 pos 7: 'overlayEntry != null': You should call EasyLoading.init() in your MaterialApp
I tried instantiating the MaterialApp in the test and calling EasyLoading.init() but that didn't work.
flutter_easyloading: ^3.0.5
When writing a Unit Test for a method i have that has EasyLoading.showToast() being called in it.
I get the following error:
'package:flutter_easyloading/src/easy_loading.dart': Failed assertion: line 425 pos 7: 'overlayEntry != null': You should call EasyLoading.init() in your MaterialAppI tried instantiating the MaterialApp in the test and calling EasyLoading.init() but that didn't work.
flutter_easyloading: ^3.0.5