You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got the error when call FLog.getAllLogsByFilter(...)
Unhandled Exception: type 'Future<List<RecordSnapshot<int, Map<String, Object?>>>>' is not a subtype of type 'FutureOr<List<RecordSnapshot<int, Map<String, Object>>>>' in type cast
#0 FlogDao.getAllSortedByFilter
package:f_logs/…/local/flog_dao.dart:85
I got the error when call FLog.getAllLogsByFilter(...)
Unhandled Exception: type 'Future<List<RecordSnapshot<int, Map<String, Object?>>>>' is not a subtype of type 'FutureOr<List<RecordSnapshot<int, Map<String, Object>>>>' in type cast
#0 FlogDao.getAllSortedByFilter
package:f_logs/…/local/flog_dao.dart:85
#1 FLog.getAllLogsByFilter
package:f_logs/…/flog/flog.dart:300
The text was updated successfully, but these errors were encountered: