cachapa / firedart

A dart-native implementation of the Firebase Auth and Firestore SDKs
https://pub.dev/packages/firedart
Apache License 2.0
174 stars 62 forks source link

Replace use of dynamic with Object? #138

Open nickmeinhold opened 4 months ago

nickmeinhold commented 4 months ago

There's a lot of discussion of why Object? is generally preferable to dynamic in https://github.com/dart-lang/language/issues/3192