Skip to content

Release v0.1.95

Choose a tag to compare

@github-actions github-actions released this 17 Oct 20:53
· 157 commits to main since this release

[0.1.95]

  • NEW: Added AdaptiveTabBarView widget - Platform-specific swipeable tab bar view with color customization
  • NEW: Added AdaptiveFloatingActionButton widget - Platform-specific FAB with custom colors, mini size, hero transitions
  • NEW: Added AdaptiveFormSection widget - Platform-specific form sections (iOS: CupertinoFormSection, Android: Card)
    • Two constructors: default and insetGrouped
    • Works with CupertinoFormRow and adaptive components
  • NEW: Added AdaptiveExpansionTile widget - Modern expandable/collapsible content
    • iOS: Custom design with rounded corners, smooth shadows, animated chevron, gradient separator, modern child items with tap feedback
    • Android: Material ExpansionTile with InkWell effects
    • Full customization support (colors, padding, callbacks, alignment)
  • BREAKING CHANGE: Renamed AdaptiveAppBarAction.androidIcon to icon
    • iosSymbol for iOS 26+ only, icon for iOS <26 and Android
    • Migration: Replace androidIcon: with icon:
  • IMPROVEMENT: Updated AdaptiveSegmentedControl for iOS <26 to use CupertinoSlidingSegmentedControl
  • Added comprehensive tests and demo pages for all new widgets