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
For some reason, to get firestore_serialize to build, right now I have to override to analyzer 0.39.14 since 0.39.15 breaks.0.39.14 doesn't seem to be compatible with flutter >1.18, so right now I'm stuck an old flutter version.
The text was updated successfully, but these errors were encountered:
I've forked this repo and fixed this issue locally. My fork now has all dependencies at their latest versions.
Also, I updated the syntax to the latest cloud_firestore (0.14), which uses .data()["field"] instead of .data["field"]
In fixing the repo, I broke the test case though. It does compile perfectly using this command: flutter pub run build_runner build --delete-conflicting-outputs
This is the error message when I'm trying to run the test:
For some reason, to get firestore_serialize to build, right now I have to override to analyzer
0.39.14
since0.39.15
breaks.0.39.14
doesn't seem to be compatible with flutter >1.18, so right now I'm stuck an old flutter version.The text was updated successfully, but these errors were encountered: