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 |
||||
|
||||
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) |
||||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
||||
# Generate internationalizing |
||||
flutter-aurora pub run build_runner build |
||||
|
||||
For help getting started with Flutter development, view the |
||||
[online documentation](https://docs.flutter.dev/), which offers tutorials, |
||||
samples, guidance on mobile development, and a full API reference. |
||||
# Run build |
||||
flutter-aurora build aurora --release # [--release|--debug|--profile] |
||||
``` |
||||
|
Loading…
Reference in new issue