GregoryConrad / mimir

⚡ Supercharged Flutter/Dart Database
https://pub.dev/packages/mimir
MIT License
129 stars 10 forks source link

Dart 3 (Macros & Native Assets) Migration #107

Open GregoryConrad opened 1 year ago

GregoryConrad commented 1 year ago

Planned Dart 3 (Macros) Migration

mimir

Note: there will be no extension methods placed on user-defined classes (i.e. create(), updateWith(), delete()) in plain mimir because there is no way to know the associated instance. While we could add our own _mimirInstance field to user-defined classes, this approach has numerous issues.

flutter_mimir

GregoryConrad commented 1 year ago

If anyone sees this issue, please feel free to chime in on the proposed changes for Dart 3 above! Would be nice to have some feedback from people using the library.