Skip to content
marekm294 edited this page Apr 2, 2023 · 2 revisions

Windows

  • install Android Studio
  • Android Studio/Plugins - install Flutter

image image

If it's not enough.

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) image
  • Use path to flutter image
  • Now it should work correctly.
Clone this wiki locally