Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denver-code/kidscolourapp
College Work
https://github.com/denver-code/kidscolourapp
Last synced: 3 days ago
JSON representation
College Work
- Host: GitHub
- URL: https://github.com/denver-code/kidscolourapp
- Owner: denver-code
- Created: 2024-02-23T10:14:00.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T10:21:34.000Z (12 months ago)
- Last Synced: 2024-03-04T11:40:56.575Z (12 months ago)
- Language: Dart
- Size: 8.75 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# kidapp
## Demo
> [Note] Click on image.## Install
```bash
git clone https://github.com/denver-code/kidscolourapp
cd kidscolourapp
flutter pub get
```## Run
```bash
flutter run
```## Build APK
```bash
flutter build apk --split-per-abi
```This command will generate three APK files:
```
[project]/build/app/outputs/apk/release/app-armeabi-v7a-release.apk
[project]/build/app/outputs/apk/release/app-arm64-v8a-release.apk
[project]/build/app/outputs/apk/release/app-x86_64-release.apk
```