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"