diff --git a/example/ios/Flutter/.last_build_id b/example/ios/Flutter/.last_build_id index 3c74be76..20c7c514 100644 --- a/example/ios/Flutter/.last_build_id +++ b/example/ios/Flutter/.last_build_id @@ -1 +1 @@ -be54eb19d957de3aac70eae5513f67ef \ No newline at end of file +c3e639ccf9b069e37a7d1345194e6b99 \ No newline at end of file diff --git a/example/lib/main.dart b/example/lib/main.dart index fa62878d..4b529e23 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -300,6 +300,7 @@ class _ChannelListPageState extends State { children: [ SearchTextField( controller: _controller, + showCloseButton: _isSearchActive, ), Expanded( child: AnimatedSwitcher( diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 5e7cc348..6ae2ab54 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,6 @@ name: example description: A new Flutter project. -version: 1.0.86+88 +version: 1.0.87+89 environment: sdk: ">=2.2.2 <3.0.0"