carverauto / flutter

๐Ÿšจ ChaseApp opensource mobile app - follow live police chases ๐Ÿš”
https://chaseapp.tv
MIT License
3 stars 0 forks source link

Upgrade/flutter dart #141

Closed rutvik110 closed 2 years ago

rutvik110 commented 2 years ago

This updates are regarding flutter and dart upgrades that I made due to this issue https://github.com/FirebaseExtended/flutterfire/issues/8181 that we were facing during build as I mentioned it here on discord

Flutter ---> 2.10.0 Dart ---> 2.16

Breaking changes :

None so far๐Ÿ™Œ Make sure to upgrade to flutter 2.10.0 on your side.

Other :

Updated the gitignore file to remove .vscode and fvm configs from src control.

FVM :

I'm using fvm on my side for managing different flutter versions for different projects. It's pretty easy to setup though if you want to. It only helps you to avoid upgrading flutter globally if any of your projects depends on different versions of flutter. You should be fine without it as well.