Does flutter have something to manage dev environment like python venvs?
Well there's pub with its pubspec.yaml which tracks of dependencies The issue here is i have all the dependcies i need, in fact i've been working on the project the other day. But now when i open it, shows these error messages
When you download a dependency, where is it saved?
The actual files are stored in global .pub_cache folder Then pubspec.yaml and pubspec.lock specify what version of that the project is using
Which os are you on?
Try this: https://github.com/Dart-Code/Dart-Code/issues/4888#issuecomment-1851293257
flutter clean and flutter pub get Does this work for you?
Yes it does. I just didn't want to do this every time i open the IDE
Did you check here: https://t.me/thedevs_chat/656636 ?
Is this a template you're working on?
Обсуждают сегодня