Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I cannot find the MiCard content I need #23

Open
jnovak08 opened this issue May 21, 2020 · 2 comments
Open

I cannot find the MiCard content I need #23

jnovak08 opened this issue May 21, 2020 · 2 comments

Comments

@jnovak08
Copy link

I go the page and no matter where I dig and look I cannot find the content needed for the Flutter course. I need the MiCard content!

@AlexDartmoor
Copy link

Hi, I have the same problem. Sorry to see nothing has been discussed regarding this one yet! Did you manage to solve it?

@AlexDartmoor
Copy link

7 days later and I've found the solution!....I hope this is the same for you. Here's what I did:

  1. Open the cloned project in Android Studio.
  2. Now find the cloned files in a separate documents window (not in Android Studio).
  3. Within the documentation, find a file in here called 'main.dart' (probably in the folder named lib).
  4. 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.
  5. It may now say that Dart SDK is not configured. If it does, in Android Studio go to File>Settings>Languages & Frameworks>Dart.
  6. Click on the box 'Enable Dart support for the project ….........'
  7. You will need to input the Dart SDK path. This is probably: C:\src\flutter\flutter\bin\cache\dart-sdk
  8. 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.
  9. Copy and paste the path from this working project into the project you are trying to get to work.
  10. Then click the boxes 'Enable Dart Support for the following modules.
  11. Click 'OK'
  12. It should now work.
  13. Remember to now click 'Get Dependencies' at top of the screen

I really do help this helps. Please do reply if the solution worked for you.

Thanks,
Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants