Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getAllLogsByFilter failed #75

Open
bigbang489 opened this issue Apr 24, 2022 · 3 comments
Open

getAllLogsByFilter failed #75

bigbang489 opened this issue Apr 24, 2022 · 3 comments

Comments

@bigbang489
Copy link

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

@slc1973
Copy link
Contributor

slc1973 commented Apr 25, 2022

Check #61 (comment) please, is the same maybe

@bigbang489
Copy link
Author

Check #61 (comment) please, is the same maybe

I don't think its the same issue, getAllLogs also failed with the same error

@zubairehman
Copy link
Owner

Please try out the latest version of flogs (f_logs: ^2.0.1) and let me know if the issue still persists.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants