What this package is like to depend on
Last release 9 months ago
17 Nov 2025
Ships unpredictably
gaps range from 2 weeks to 12 months
Nearly every release is documented
notes for 20 of 20 stable releases
Nothing withdrawn
no release was ever pulled
3 years old
24 releases · first in 2023
1 release in the last 12 months
see the full history below
Release timeline
24 releases · Jun 2023 to Nov 2025
2024
2025
2026
Releases
latest 24-
0.10.017 Nov 2025Release notes
Open source →Changed
- Require Flutter 3.35.0 or later
- Updated
ako_coreto0.10.0 - Updated
ako_optionalto0.10.0 - Updated
ako_mapto0.2.0
-
0.9.313 Nov 2024 -
0.9.213 Aug 2024Release notes
Open source →Changed
- Updated
ako_coreto0.9.0 - Updated
ako_optionalto0.9.0 - Updated
ako_mapto0.1.2
- Updated
-
0.9.113 Aug 2024 -
0.9.022 Jul 2024 -
0.8.016 Jul 2024Release notes
Open source →Changed
- Split Ako into separate packages, making this a meta package
- Updated ako packages to latest versions
Going forward, this CHANGELOG only contains changes of the Ako meta package.
-
0.8.0-dev.315 Jul 2024 pre-releaseNothing published for this version
-
0.8.0-dev.215 Jul 2024 pre-releaseNothing published for this version
-
0.8.0-dev.122 May 2024 pre-releaseNothing published for this version
-
0.8.0-dev.011 Apr 2024 pre-releaseNothing published for this version
-
0.7.111 Apr 2024Release notes
Open source →Added
- showSnackBar has a new optional parameter
displayDurationwith default of 4 seconds - showSnackBar has a new optional parameter
showCloseIconwith default true - showErrorSnackBar has a new optional parameter
displayDurationwith default of 4 seconds - showErrorSnackBar has a new optional parameter
showCloseIconwith default false
- showSnackBar has a new optional parameter
-
0.7.014 Nov 2023Release notes
Open source →Added
- AkoBadgeStyle has
paddingInsidefor text padding with a default of4 - AkoSearchSelection.showBottomSheet now returns the result of
showModalBottomSheet - AkoSearchFilter, a TripAdvisor inspired filter bottom sheet
Changed
- Increase AkoBadge
largeSizedefault to26
Fixed
- AkoBadge now shows the empty text when the label list is empty
- AkoBadgeStyle has
-
0.6.122 Sep 2023 -
0.6.008 Sep 2023Release notes
Open source →Added
- AkoBadge, a widget for displaying a list of badges
- AkoBadgeLabel, a class used as input to AkoBadge
- AkoBadgeStyle, a class for styling AkoBadge
- AkoPair, a simple Pair class (2 element Tuple)
- AkoSearchSelectionSheet, a TripAdvisor inspired multi-select search bottom-sheet
- AkoSearchSelectionStyle, a class for styling AkoSearchSelectionSheet
- AkoSearchSelectionOptions, a class for configuring AkoSearchSelectionSheet
- AkoSearchSelection, a class to launch AkoSearchSelectionSheet with AkoSearchSelectionOptions
- AkoSearchField, a simple input field
- AkoSearchFieldStyle, a class for styling AkoSearchField
- AkoSearchFieldOptions, a class for configuring AkoSearchField
-
0.5.017 Aug 2023 -
0.4.017 Aug 2023 -
0.3.031 Jul 2023 -
0.2.018 Jul 2023Release notes
Open source →Added
- AkoFuture, a widget to simplify usage of FutureBuilder
- AkoFutureOptional, a widget to simplify usage of FutureBuilder with Optionals
- The
Optionallibrary is added as a dependency, and exported viapackage:ako_core/optional.dart
Changed
childof AkoShowWhen is now optional, an empty sized box is shown if null
-
0.1.214 Jun 2023Release notes
Open source →Changed
- Create importable splits,
package:ako_core/extensions.dart,package:ako_core/utils.dartandpackage:ako_core/widgets.dart package:ako_core/ako_core.dartstill exports all other splits for a single import.
- Create importable splits,
-
0.1.113 Jun 2023 -
0.1.013 Jun 2023Release notes
Open source →Added
- AkoFakeSearchField, a widget that looks like a search field but behaves like a button
-
0.0.313 Jun 2023Release notes
Open source →Added
- AkoShowSnackBar, an extension to BuildContext for showing snack bars
Changed
- Internal change, move all files into
src/to keep them private - All comments have proper line breaks
-
0.0.213 Jun 2023 -
0.0.113 Jun 2023Release notes
Open source →Added
- AkoShowEither, a widget to show one of two widgets based on a condition
- AkoShowWhen, a widget to show a widget based on a condition
- AkoResponsiveLayout, a widget to show a mobile, tablet or desktop widget based on available width
- AkoResponsiveDevice, a enum helper to decide which width is mobile, tablet or desktop