Tell me, how is it correct in Android Studio to clone the flutter app project from the GitHub repository? The usual cloning procedure creates a destructive android project, without main.dart
1 answer
Understood independently:
1) Go to the VCS menu and select Checkout from version control ...
2) Download the project from the GitHub repository and DO NOT CREATE A NEW PROJECT of Android Studio
3) Go to the File menu and open an existing project.
4) Studio swears that Flutter SDK is not configured, we do it
5) Then do Get dependencies (there is also a warning about this)
|