-
Notifications
You must be signed in to change notification settings - Fork 5
Setup
marekm294 edited this page Apr 2, 2023
·
2 revisions
- install Android Studio
- Android Studio/Plugins - install Flutter
I had a problem to install and use flutter/dart. This is way I managed to run our project.
- Download flutter from this link https://docs.flutter.dev/get-started/install.
- Extract this .zip (you can extract it probably wherever you want).
- Find and use path to dart-sdk (..\flutter\bin\cache\dart-sdk)
- Use path to flutter
- Now it should work correctly.