WIP: feat(ui): Migrate to new UI implementation
This commit is contained in:
+6
-6
@@ -1,19 +1,19 @@
|
||||
# Linting And Test Flow
|
||||
|
||||
MoonWell Launcher supports the latest stable Flutter SDK only. Do not use FVM
|
||||
for this project.
|
||||
MoonWell Launcher tracks the latest stable Flutter SDK through FVM. Use `fvm`
|
||||
for every Dart and Flutter command.
|
||||
|
||||
## Required Checks
|
||||
|
||||
Run these commands before committing:
|
||||
|
||||
```powershell
|
||||
dart format --set-exit-if-changed .
|
||||
flutter analyze
|
||||
flutter test
|
||||
fvm dart format --set-exit-if-changed .
|
||||
fvm flutter analyze
|
||||
fvm flutter test
|
||||
```
|
||||
|
||||
Use `dart format .` to apply formatting fixes when the format check fails.
|
||||
Use `fvm dart format .` to apply formatting fixes when the format check fails.
|
||||
|
||||
## Lefthook
|
||||
|
||||
|
||||
Reference in New Issue
Block a user