Skip to content

Commit d6450a2

Browse files
Merge branch 'CCExtractor:main' into feature/AmazingFeature
2 parents 7bdd267 + 0fdbdcc commit d6450a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/flutterci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# Step 3: Setup Flutter with version 3.7.11
2727
- uses: subosito/flutter-action@v1
2828
with:
29-
flutter-version: '3.16.4'
29+
flutter-version: '3.19.6'
3030

3131
# Step 4: Get dependencies using pub get
3232
- run: flutter pub get

lib/views/home/home.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ class _HomePageState extends State<HomePage> {
327327
onChanged: (value) {
328328
storageWidget.search(value);
329329
},
330+
autoFocus: true,
330331

331332
shape: MaterialStateProperty.resolveWith<OutlinedBorder?>(
332333
(Set<MaterialState> states) {

0 commit comments

Comments
 (0)