Downgrading flutter package

 flutter pub clean to clean the build

Inside the pubspec.yaml file, go to your package name and remove caret '^' which tells to use the specific version only.


Comments

Popular posts from this blog

Publishing Flutter app

Solving flutter web app CORS policy

Flutter app crashing without any logs when building in debug mode.