Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 668 Bytes

File metadata and controls

14 lines (13 loc) · 668 Bytes

Upgrade flutter

Note: We are using fvm

fvm install <flutter-version>
fvm use <flutter-version>
  • adjust flutter and dart to the recent version in your IDE (f.e. Languages & Frameworks in IntelliJ).
  • run fvm flutter pub get to check if the packages run under the current dart and flutter environment.
  • build the app on android and ios and check if there are any issues.