Flutter Installation gotchas (specifically Windows/PC)
- After installation, when running “flutter doctor” if you run into issues saying “You have not accepted the license agreements”, refer to this StackOverflow article: StackOverFlow: How to fix Flutter You have not accepted License error
- Basically, you need to open a terminal and type flutter doctor --android-licenses. In the resulting prompt, accept all the licenses by pressing y or Y.
0 comments:
Post a Comment