We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d99fe69 commit 2fd777cCopy full SHA for 2fd777c
AGENTS.md
@@ -5,7 +5,7 @@
5
This is a Flutter workspace:
6
7
- [app](app) — entry point; features and wiring.
8
-- [core](core) — reusable, app-independent, pub.dev-publishable; use `common` prefix.
+- [common](common) — reusable, app-independent, pub.dev-publishable; use `common` prefix.
9
10
## Architecture
11
CHANGELOG.md
@@ -14,6 +14,7 @@ Version format: `major.minor`. Major version is incremented for brea
14
15
- Update Flutter SDK to 3.41 (stable channel)
16
- Move `home` and `settings` feature packages to `app`
17
+- Rename common packages to have `common` prefix
18
19
## [3.10] - Jan 4, 2025
20
0 commit comments