5 changed files with 16 additions and 13 deletions
@ -1,16 +1,19 @@ |
|||||||
# flutter_example_packages |
# Flutter example packages |
||||||
|
|
||||||
A new Flutter project. |
Demonstrating the operation of Flutter plugins on the Aurora OS. |
||||||
|
|
||||||
## Getting Started |
## Getting Started |
||||||
|
|
||||||
This project is a starting point for a Flutter application. |
```shell |
||||||
|
# Add an alias if it doesn't already exist |
||||||
|
alias flutter-aurora=$HOME/.local/opt/flutter/bin/flutter |
||||||
|
|
||||||
A few resources to get you started if this is your first Flutter project: |
# Get dependencies |
||||||
|
flutter-aurora pub get |
||||||
|
|
||||||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
# Generate internationalizing |
||||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
flutter-aurora pub run build_runner build |
||||||
|
|
||||||
For help getting started with Flutter development, view the |
# Run build |
||||||
[online documentation](https://docs.flutter.dev/), which offers tutorials, |
flutter-aurora build aurora --release # [--release|--debug|--profile] |
||||||
samples, guidance on mobile development, and a full API reference. |
``` |
||||||
|
@ -1,3 +1,3 @@ |
|||||||
arb-dir: lib/l10n |
arb-dir: lib/l10n |
||||||
template-arb-file: app_en.arb |
template-arb-file: app_en.arb |
||||||
output-localization-file: app_localizations.dart |
output-localization-file: app_localizations.dart |
||||||
|
Loading…
Reference in new issue