Import Project
Extract the .zip file you download from Codecanyon, you will see some files and folders. the flutter app folder is named “AnswerMeFlutterApp“ inside the "android_studio" folder extract it in a desired location.
Open Android Studio
- Open the project by pressing on "Open an existing Android Studio project" (Navigate to where you extracted the .zip file, press on "“AnswerMeFlutterApp“" then press "OK")
- You will get a message at the top of the screen saying "Packages get has not been run" press "get dependencies" to get flutter libraries. (if prompt)
Note: If after pressing get dependencies you still have missing packages, go to pubspec.yaml and press Pub get at the top of the screen.
- Wait until the process is done down in the Messages, as shown in the picture below: