We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7bdd267 + 0fdbdcc commit d6450a2Copy full SHA for d6450a2
.github/workflows/flutterci.yml
@@ -26,7 +26,7 @@ jobs:
26
# Step 3: Setup Flutter with version 3.7.11
27
- uses: subosito/flutter-action@v1
28
with:
29
- flutter-version: '3.16.4'
+ flutter-version: '3.19.6'
30
31
# Step 4: Get dependencies using pub get
32
- run: flutter pub get
lib/views/home/home.dart
@@ -327,6 +327,7 @@ class _HomePageState extends State<HomePage> {
327
onChanged: (value) {
328
storageWidget.search(value);
329
},
330
+ autoFocus: true,
331
332
shape: MaterialStateProperty.resolveWith<OutlinedBorder?>(
333
(Set<MaterialState> states) {
0 commit comments