You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| android | 2 years ago | |
| assets/images | 2 years ago | |
| aurora | 2 years ago | |
| data/raw | 2 years ago | |
| lib | 2 years ago | |
| .gitignore | 2 years ago | |
| .metadata | 2 years ago | |
| README.md | 2 years ago | |
| analysis_options.yaml | 2 years ago | |
| app_run.sh | 2 years ago | |
| l10n.yaml | 2 years ago | |
| pubspec.yaml | 2 years ago | |
README.md
Flutter example packages
Demonstrating the operation of Flutter plugins on the Aurora OS.
Getting Started
# Add an alias if it doesn't already exist
alias flutter-aurora=$HOME/.local/opt/flutter/bin/flutter
# Get dependencies
flutter-aurora pub get
# Generate internationalizing
flutter-aurora pub run build_runner build
# Run build
flutter-aurora build aurora --release # [--release|--debug|--profile]