realm / realm-dart

Realm is a mobile database: a replacement for SQLite & ORMs.
Apache License 2.0
755 stars 84 forks source link

Re-work mono-repo structure to use pub workspaces #1769

Open nielsenko opened 1 month ago

nielsenko commented 1 month ago

As of Dart 3.5 (but still not supported by Flutter 3.24), dart pub now supports workspace wide packages resolution.

This promises much better performance of the analyzer in mono-repos with may packages.

It will impact all dart mono-repos, and in particular how they use melos (in particular melos bootstrap is no longer needed/kosher).

We should re-work our repo, and CI scripts to match.

sync-by-unito[bot] commented 1 month ago

➤ PM Bot commented:

Jira ticket: RDART-1085