Releases
v0.1.98
Compare
Sorry, something went wrong.
No results found
[0.1.98]
NEW : Added selectedItemColor and unselectedItemColor support for AdaptiveBottomNavigationBar
iOS 26+: Icon colors via renderingMode (.alwaysOriginal for unselected, .alwaysTemplate for selected)
iOS <26 & Android: Native color properties
Customizable tab bar item colors for better UI flexibility
NEW : Added useSmoothRectangleBorder parameter to AdaptiveButton (iOS 26+)
Default true: Smooth rectangle corners
Set to false: Perfect circular/capsule shape for icon buttons
BREAKING : Split AdaptiveAlertDialog methods for different use cases
show() - Standard dialog (returns void)
inputShow() - Text input dialog (returns String?)
Cancel button now correctly returns null for input dialogs
FIX : Fixed dynamic label updates not working in AdaptivePopupMenuItem
Labels now properly update when state changes
FIX : Fixed dark mode not updating in AdaptiveDatePicker and AdaptiveTimePicker
Pickers now respond to theme changes dynamically
You can’t perform that action at this time.