We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cb8f96 commit cceb5f1Copy full SHA for cceb5f1
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Build
28
uses: subosito/flutter-action@v2
29
with:
30
- flutter-version: '3.16.7'
+ flutter-version: '3.22.0'
31
- run: flutter pub get
32
- run: flutter build web
33
- name: Setup Pages
lib/home_page.dart
@@ -90,7 +90,7 @@ class _HomePageState extends State<HomePage> {
90
return Column(
91
mainAxisSize: MainAxisSize.min,
92
children: [
93
- const Text("Copyright © Commit 451. All rights reserved"),
+ const Text("Copyright © Commit 451 LLC. All rights reserved"),
94
verticalSeparator(),
95
Row(
96
0 commit comments