mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-28 23:46:52 +08:00
9 lines
124 B
Bash
Executable File
9 lines
124 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# run this first time:
|
|
# flutter update-packages
|
|
|
|
flutter analyze --flutter-repo
|
|
flutter format .
|
|
flutter test
|