Skip to content

Feature: Develop Environment Detector of Android #150

@c1ydehhx

Description

@c1ydehhx

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions