Skip to content

Commit

Permalink
Migration to Flutter 3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
g123k committed Dec 21, 2023
1 parent a2937db commit 0ef2206
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@

- Make sure you have installed flutter and all the requirements
- [Official flutter installation guide](https://docs.flutter.dev/get-started/install)
- Currently, the app uses the latest stable version of Flutter (3.13).
- Currently, the app uses the latest stable version of Flutter (3.16).


We have predefined run configurations for Android Studio and Visual Studio Code
Expand Down
2 changes: 1 addition & 1 deletion flutter-version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.13.6
3.16.5
2 changes: 1 addition & 1 deletion packages/smooth_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.0+734
publish_to: "none"

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: '>=3.2.3 <4.0.0'

dependencies:
flutter:
Expand Down

0 comments on commit 0ef2206

Please sign in to comment.