pages*: update outdated pages (#11821)

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
This commit is contained in:
Sebastiaan Speck
2023-12-28 16:48:20 +01:00
committed by GitHub
parent 7635f3426f
commit dcb53c85a0
83 changed files with 228 additions and 360 deletions

View File

@@ -3,9 +3,9 @@
> Googles Cross-Platform Open-Source SDK.
> Weitere Informationen: <https://github.com/flutter/flutter/wiki/The-flutter-tool>.
- Zeige hilfe für einen bestimmten Befehl:
- Initialisiere ein neues Flutter-Projekt in einem gleichnamigen Verzeichnis:
`flutter help {{befehl}}`
`flutter create {{Projektname}}`
- Überprüfe, ob alle externen Tools korrekt installiert sind:
@@ -19,10 +19,6 @@
`flutter run -d all`
- Downloade alle Pakete `pubspec.yaml`:
`flutter pub get`
- Starte Tests in einem Projekt vom Wurzelverzeichnes aus:
`flutter test {{test/beispiel_test.dart}}`
@@ -30,3 +26,7 @@
- Baue eine Release APK für die meisten modernen Smartphones:
`flutter build apk --target-platform {{android-arm}},{{android-arm64}}`
- Zeige Hilfe für einen bestimmten Befehl:
`flutter help {{befehl}}`