WIP: feat(ui): Migrate to new UI implementation
This commit is contained in:
@@ -83,13 +83,13 @@ analysis, and tests. A production-like Windows build smoke test remains open.
|
||||
Recommended upgrade path:
|
||||
|
||||
1. Keep the latest stable Flutter SDK on PATH.
|
||||
2. Run `flutter pub get`.
|
||||
2. Run `fvm flutter pub get`.
|
||||
3. Regenerate dependency injection only if dependency resolution or generator
|
||||
output requires it:
|
||||
`dart run build_runner build --delete-conflicting-outputs`.
|
||||
4. Run `flutter analyze`.
|
||||
`fvm dart run build_runner build --delete-conflicting-outputs`.
|
||||
4. Run `fvm flutter analyze`.
|
||||
5. Run a Windows build smoke test:
|
||||
`flutter build windows --dart-define=MOONWELL_API_BASE_URL=https://host`.
|
||||
`fvm flutter build windows --dart-define=MOONWELL_API_BASE_URL=https://host`.
|
||||
|
||||
## Recommended Refactoring Direction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user