You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey guys.
So I have been following the tutorial for the mi_card and having issues after cloning.
The folder is saved on my computer but a lot of folders are missing and I keep getting the "File not found: git.exe" error.
Please help.
The text was updated successfully, but these errors were encountered:
Now find the cloned files in a separate documents window (not in Android Studio).
Within the documentation, find a file in here called 'main.dart' (probably in the folder named lib).
Drag and drop the main.dart file into the space on Android Studio where you write the code. This should bring up the code as it appears in the tutorial.
It may now say that Dart SDK is not configured. If it does, in Android Studio go to File>Settings>Languages & Frameworks>Dart.
Click on the box 'Enable Dart support for the project ….........'
You will need to input the Dart SDK path. This is probably: C:\src\flutter\flutter\bin\cache\dart-sdk
If the above path suggestion doesn't work, open up a different, working Flutter project in Android studio. Find the correct path within this project - File>Settings>Languages & Frameworks>Dart.
Copy and paste the path from this working project into the project you are trying to get to work.
Then click the boxes 'Enable Dart Support for the following modules.
Click 'OK'
It should now work.
Remember to now click 'Get Dependencies' at top of the screen
Hey guys.
So I have been following the tutorial for the mi_card and having issues after cloning.
The folder is saved on my computer but a lot of folders are missing and I keep getting the "File not found: git.exe" error.
Please help.
The text was updated successfully, but these errors were encountered: