Skip to content

Commit

Permalink
Merge pull request #1546 from ubuntu/chores/bump-flutter-version
Browse files Browse the repository at this point in the history
chore: Bump flutter version to 3.16.4
  • Loading branch information
BLKKKBVSIK authored Dec 20, 2023
2 parents e2a4bdd + 6d964e9 commit 86e0e9e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flutter 3.16.0-stable
flutter 3.16.4-stable
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ command:
bootstrap:
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.13.9
flutter: 3.16.4

dev_dependencies:
ubuntu_lints: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/app_center/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.13.9
flutter: 3.16.4

dependencies:
app_center_ratings_client: ^1.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class _$ChartDataImpl implements _ChartData {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$ChartDataImpl &&
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ class _$VoteImpl implements _Vote {
}

@override
bool operator ==(dynamic other) {
bool operator ==(Object other) {
return identical(this, other) ||
(other.runtimeType == runtimeType &&
other is _$VoteImpl &&
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Mocks generated by Mockito 5.4.3 from annotations
// Mocks generated by Mockito 5.4.4 from annotations
// in app_center_ratings_client/test/ratings_client_test.dart.
// Do not manually edit this file.

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: git
parts:
flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.13.9
source-tag: 3.16.4
source-depth: 1
plugin: nil
override-build: |
Expand Down

0 comments on commit 86e0e9e

Please sign in to comment.