A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
- Android Studio Dolphin | 2021.3.1 Patch 1 October 13, 2022
- Configure the ANDROID_HOME environment variable
C:\Users\NAME\AppData\Local\Android\Sdk
- Configure the JAVA_HOME environment variable
C:\Program Files\Android\Android Studio\jre
- Add to Path
C:\Users\NAME\AppData\Local\Android\Sdk\platform-tools
C:\Program Files\Android\Android Studio\jre\bin
C:\flutter\bin
C:\Gradle\gradle-7.5.1\bin
- with IntelliJ IDEA
File > New > Project > Android > Install SDK
- Downloading the Android SDK Command-line Tools (latest)
File > Settings > Appearance & Behavior > System Settings > Android SDK > SDK Tools
- run debug
dart devtools
- run debug 'main.dart'
- copy linc --> insert to web debug
- activate builder
flutter pub global activate build_runner
- delete
app_routes.g.dart
and build
flutter pub run build_runner build
- add files
/android/app/debug.jks
/android/upload-keystore.jks
/android/key.properties
- add to
// key.properties
storePassword=test1
keyPassword=test2
keyAlias=upload
storeFile=../upload-keystore.jks
- test log
cd android
./gradlew clean
./gradlew signinReport