Skip to content

Commit cceb5f1

Browse files
committed
Update flutter version on CI
1 parent 6cb8f96 commit cceb5f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build
2828
uses: subosito/flutter-action@v2
2929
with:
30-
flutter-version: '3.16.7'
30+
flutter-version: '3.22.0'
3131
- run: flutter pub get
3232
- run: flutter build web
3333
- name: Setup Pages

lib/home_page.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class _HomePageState extends State<HomePage> {
9090
return Column(
9191
mainAxisSize: MainAxisSize.min,
9292
children: [
93-
const Text("Copyright © Commit 451. All rights reserved"),
93+
const Text("Copyright © Commit 451 LLC. All rights reserved"),
9494
verticalSeparator(),
9595
Row(
9696
mainAxisSize: MainAxisSize.min,

0 commit comments

Comments
 (0)