New Flutter SDK was released and it gave some issues when trying to compile with it. Not so many though, I only had to change two things in my pubspec file
intl: ^0.19.0
And also run
flutter pub upgrade win32
Saving notes for most common things I do every day as mobile developer.
New Flutter SDK was released and it gave some issues when trying to compile with it. Not so many though, I only had to change two things in my pubspec file
intl: ^0.19.0
And also run
flutter pub upgrade win32
Leave a Reply