mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-09 02:24:03 +01:00
Added Flutter aliases for test, analyze, dependencies upgrade and logs
This commit is contained in:
parent
0f45f82c0a
commit
74a7ca8efd
2 changed files with 8 additions and 0 deletions
|
|
@ -26,3 +26,7 @@ plugins=(... flutter)
|
|||
| `flrp` | `flutter run --profile` | Runs flutter app in profile mode |
|
||||
| `flrr` | `flutter run --release` | Runs flutter app in release mode |
|
||||
| `flupgrd` | `flutter upgrade` | Upgrades flutter version depending on the current channel |
|
||||
| `flt` | `flutter test` | Runs flutter tests |
|
||||
| `fla` | `flutter analyze` | Analyzes flutter code |
|
||||
| `flpu` | `flutter pub upgrade` | Upgrades dependencies |
|
||||
| `fll` | `flutter logs` | Shows flutter logs |
|
||||
Loading…
Add table
Add a link
Reference in a new issue