nnbd migration Map<String, dynamic>
vs Map<String, Object?>
#4164
Unanswered
alextekartik
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
(I found this Q&A issue type, I hope it is relevant)
Since you are likely going to tackle nnbd soon, I was wondering whether you made any decision regarding the
Map<String, dynamic>
type which is used for example for firestore data.Are you going to keep them as is or use
Map<String, Object?>
instead? There seems to be some (not strong) opinion for it.To be fair, I ask this question while upgrading my own sqflite package where I'm currently thinking of doing such change but I'd rather see what other databases are doing.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions