Skip to content

Commit

Permalink
chore(flutter): update dependency flutter to v3.3.10 (#546)
Browse files Browse the repository at this point in the history
* chore(flutter): update dependency flutter to v3.3.10

* chore: update flutter sdk version on home page

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Joshua Tang <[email protected]>
  • Loading branch information
renovate[bot] and zeshuaro authored Dec 17, 2022
1 parent 9528c73 commit a42c308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.3.9",
"flutterSdkVersion": "3.3.10",
"flavors": {}
}
2 changes: 1 addition & 1 deletion lib/home/views/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HomePage extends StatefulWidget {
}

class HomePageState extends State<HomePage> {
static const _sdkVersion = '3.3.9';
static const _sdkVersion = '3.3.10';
static final _backgroundColorDark = Colors.grey[900]!;
static final _backgroundColorLight = Colors.grey[200]!;

Expand Down

0 comments on commit a42c308

Please sign in to comment.