Bulent Baris Kilic
Bulent Baris Kilic
Please add `..boxShadow = []` to your code. Final code: `EasyLoading.instance ..displayDuration = const Duration(milliseconds: 2000) ..loadingStyle = EasyLoadingStyle.custom ..indicatorSize = 60 ..textColor = Colors.black ..radius = 20 ..backgroundColor =...
Please add `..boxShadow = []` to your code. Final code: `EasyLoading.instance ..displayDuration = const Duration(milliseconds: 2000) ..loadingStyle = EasyLoadingStyle.custom ..indicatorSize = 60 ..textColor = Colors.black ..radius = 20 ..backgroundColor =...
With Flutter 2.2 it is not possible to use a package that does not support null safety. There is a workaround like `flutter run --no-sound-null-safety` yet I would like to...