Description
A develop envrionment detector script which base on python.
It can detect the current environment is satisfied the build requirement of tat-flutter.
So it can help the other new develop to build the environment on android studio.
It can detect the following situations:
Flutter is installed or not.
- The variable of
flutter.sdk in local.properties is set or not.
- The version of
Android Studio is too old or not.
.dart_tool is built or not.
How to implement?
We'll implement in Gradle.
When user build the project with the environment not satisfying the build requirement, it should notify the user to fix the issue.
Description
A develop envrionment detector script which base on python.
It can detect the current environment is satisfied the build requirement of tat-flutter.
So it can help the other new develop to build the environment on android studio.
It can detect the following situations:
Flutteris installed or not.flutter.sdkinlocal.propertiesis set or not.Android Studiois too old or not..dart_toolis built or not.How to implement?
We'll implement in Gradle.
When user build the project with the environment not satisfying the build requirement, it should notify the user to fix the issue.