Damsel
Damsel
Yes , I refer below link for store , retrieve and delete data. He use `_secureStorage.deleteSecureData("username")` , So his name is empty when he press sign out. I want to...
Did anyone find solution ? I face below issue after upgrading Flutter with 3.0.0 `/C:/Users/Ouranos_PC_2/AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/syncfusion_flutter_calendar-20.1.52/lib/src/calendar/sfcalendar.dart:4163:26: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is...
Update your `syncfusion_flutter_calendar` with latest version `^20.1.56` , with the help of this your run time warning will be gone.
Please attach your code snippet at here
You forgot to add ` ..loadingStyle = EasyLoadingStyle.custom` line. Your code must be start with as below ` EasyLoading.instance` ` ..displayDuration = const Duration(milliseconds: 2500)` `..loadingStyle = EasyLoadingStyle.custom` // Add...
@sreenath-n yes same issue , and when we move "Go to all capture" button , we are able to see only images which are we capture previously not videos. Means...