Этот репозиторий содержит Flutter плагины для платформы ОС Аврора.
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.
 
 
 
 
Vitaliy Zarubin 8b0f2ccd15 [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
..
assets [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
aurora [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
lib [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
.gitignore [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
LICENSE [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
README.md [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
analysis_options.yaml [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago
pubspec.yaml [sqflite] Implement sqflite plugin. OMP#OS-16307 2 years ago

README.md

Sqflite example for Aurora OS

Demonstrates how to use the sqflite_aurora plugin.

Build

# Add an alias if it doesn't already exist
alias flutter-aurora=$HOME/.local/opt/flutter-sdk/bin/flutter
# Get dependencies
flutter-aurora pub get
# Run build
flutter-aurora build aurora --release # [--release|--debug|--profile]

You can collect, sign, run an example on the device with a script located in the script/build_example.sh More information in build_example.sh.

Preview example

preview.png