app_bar_with_search_switch
An extension for AppBar which can switch it into search field.
1.8.6
476 downloads/mo
#817 most downloaded on pub.dev
Alexqwesa/app_bar_with_search_switch
What this package is like to depend on
Last release 2 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 7 months
Most releases are documented
notes for 29 of 35 stable releases
Nothing withdrawn
no release was ever pulled
4 years old
55 releases · first in 2022
0 releases in the last 12 months
see the full history below
Release timeline
55 releases · Jul 2022 to Oct 2024Releases
latest 55-
2.0.0-dev.2010 Mar 2024 pre-releaseNothing published for this version
-
2.0.0-dev.1924 Feb 2024 pre-releaseRelease notes
Open source →Fixed: TextField.autofocus in SearchBar sometimes didn't worked(when switching with keyboard)
-
2.0.0-dev.1822 Feb 2024 pre-releaseNothing published for this version
-
2.0.0-dev.1724 Nov 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1621 Nov 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1517 Oct 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1402 Aug 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1301 Aug 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1201 Aug 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1101 Aug 2023 pre-releaseNothing published for this version
-
2.0.0-dev.1021 Jun 2023 pre-release -
2.0.0-dev.921 Jun 2023 pre-release -
2.0.0-dev.820 Jun 2023 pre-releaseNothing published for this version
-
2.0.0-dev.720 Jun 2023 pre-releaseNothing published for this version
-
2.0.0-dev.623 May 2023 pre-releaseNothing published for this version
-
2.0.0-dev.507 Feb 2023 pre-releaseNothing published for this version
-
2.0.0-dev.407 Feb 2023 pre-releaseNothing published for this version
-
2.0.0-dev.307 Feb 2023 pre-releaseNothing published for this version
-
2.0.0-dev.202 Aug 2022 pre-releaseNothing published for this version
-
2.0.0-dev.102 Aug 2022 pre-releaseNothing published for this version
-
1.8.606 Oct 2024 -
1.8.512 Mar 2024Release notes
Open source →- Fixed: TextField.autofocus in SearchBar sometimes didn't worked(when switching with keyboard)
-
1.8.423 Feb 2024Nothing published for this version
-
1.8.323 Feb 2024Nothing published for this version
-
1.8.222 Feb 2024Release notes
Open source →- [AppBarWithSearchSwitch].keepAppBarColors will not affect Material 3 Theme, it was used to autodetect default colors for Material 2, but in Material 3 it only bring confusions...
- [AppBarWithSearchSwitch].theme - Since you can't just wrap [AppBarWithSearchSwitch] with [Theme] widget - this parameter will make it for you.
-
1.8.122 Feb 2024Nothing published for this version
-
1.8.022 Feb 2024Nothing published for this version
-
1.7.024 Nov 2023Release notes
Open source →- fix for material3: use ThemeData.useMaterial3 to detect input field text color.
-
1.6.221 Nov 2023Release notes
Open source →- [AppBarWithSearchSwitch].titleTextStyle now also applied to default TextField (in search mode),
- update documentation.
-
1.6.121 Nov 2023Nothing published for this version
-
1.6.017 Oct 2023Nothing published for this version
-
1.5.402 Aug 2023 -
1.5.301 Aug 2023 -
1.5.201 Aug 2023Release notes
Open source →- update documentation, minor changes,
- a new tear-off constructors: [AppBarAnimationSlideLeft].call, [AppBarAnimationSlideDown].call,
- required Dart Sdk >= 2.15.0 (for factory constructor tear-off).
-
1.5.121 Jun 2023Release notes
Open source →- changes in AppBarAnimationSlideDown and AppBarAnimationSlideLeft: new parameters switchInCurve and switchOutCurve
-
1.5.020 Jun 2023Release notes
Open source →- added AppBarWithSearchSwitch.animation parameter, which can be used for any custom animation, also there are two ready to use animations: [AppBarAnimationSlideLeft], [AppBarAnimationSlideDown].
-
1.4.023 May 2023Release notes
Open source →- fix for dark theme: use theme.appBarTheme colors by default and fallback to theme.canvasColor (which was used before)
-
1.3.911 Apr 2023 -
1.3.807 Feb 2023 -
1.3.707 Feb 2023 -
1.3.603 Aug 2022 -
1.3.503 Aug 2022Release notes
Open source →- this is special release with support for old flutter versions, tested with 2.10.0,
- use this version if you want to use old flutter sdk
-
1.3.402 Aug 2022 -
1.3.302 Aug 2022 -
1.3.221 Jul 2022Release notes
Open source →- textNotifier is now can change state of AppBarWithSearchSwitch
- update FAQ: How to make android back button close search?
-
1.3.119 Jul 2022Release notes
Open source →- isActive renamed to isSearchMode (old name supported, but marked as deprecated),
- fix: return global default Notifiers, and controller,
- new parameter submitOnClearTwice
-
1.3.018 Jul 2022Release notes
Open source →- added AppBarWithSearchFinder - a class for accessing AppBarWithSearchSwitch everywhere in Scaffold
- added helpers: AppBarOnEditListener and AppBarOnSubmitListener (just simple wrappers for ValueListenableBuilder)
- update documentation
-
1.2.418 Jul 2022Release notes
Open source →- remove speech_to_text dependency (it will be reintroduced lately, in version 2)
-
1.2.318 Jul 2022Release notes
Open source →- Added online example https://alexqwesa.github.io/app_bar_with_search_switch/
- update documentation
-
1.2.217 Jul 2022 -
1.2.117 Jul 2022 -
1.2.017 Jul 2022 -
1.1.2+117 Jul 2022 -
1.1.1+117 Jul 2022 -
1.1.0+117 Jul 2022Release notes
Open source →- added support for custom icons,
- property keepAppBarColors finished,
- added few other properties.