A Gallery app with cloud backup of your photos
Application Start | Access Album |
---|---|
You can find the install process of the latest version here
Result of flutter --version
on my machine :
Flutter 1.22.6 • channel stable • https://github.com/flutter/flutter.git
Framework • revision 9b2d32b605 (il y a 3 semaines) • 2021-01-22 14:36:39 -0800
Engine • revision 2f0af37152
Tools • Dart 2.10.5
You must setup these directly in your AndroidStudio in Tools > SDK Manager
Find official documentation here
minSdkVersion : 23 (Android 6)
targetSdkVersion : 29 (Android 10)
NDK version : 22.0.7026061
This is setup in android/app/build.gradle
There are various available IDEs for Flutter development
The list is available here
Add the Flutter/Dart plugin available for your chosen IDE