Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/denver-code/kidscolourapp

College Work
https://github.com/denver-code/kidscolourapp

Last synced: 3 days ago
JSON representation

College Work

Awesome Lists containing this project

README

        

# kidapp
## Demo
> [Note] Click on image.

3qqnnri5gps

## 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
```