From b289013a6f86b598f420aa325a09a482c291d765 Mon Sep 17 00:00:00 2001 From: Norma Driske Date: Mon, 19 Dec 2022 14:58:56 +0100 Subject: [PATCH] Test version 1.0.0+6 --- lib/src/widgets/custom_search_bar.dart | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/widgets/custom_search_bar.dart b/lib/src/widgets/custom_search_bar.dart index 9bd48cd..cccfead 100644 --- a/lib/src/widgets/custom_search_bar.dart +++ b/lib/src/widgets/custom_search_bar.dart @@ -28,7 +28,7 @@ class CustomSearchBarState extends ConsumerState { ), border: InputBorder.none, ), - autofocus:true, + autofocus: true, style: const TextStyle( color: Colors.white, ), diff --git a/pubspec.yaml b/pubspec.yaml index 8c7c48d..e45ef5e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0+5 +version: 1.0.0+6 environment: sdk: ">=2.17.6 <3.0.0"