PackageTrack
Sign in Get early access

antd_flutter_mobile

Antd Flutter implementation, zero dependencies, ultra-lightweight (only 200kB), 50+ components, complete Antd Token system implementation.

5.0.9-alpha.1 149 downloads/mo #1613 most downloaded on pub.dev OpenSourceNoCode/antd-flutter

What this package is like to depend on

Last release 5 months ago

09 Mar 2026

Release timing varies

gaps range from 9 days to 2 months

Unknown

no stable releases

Nothing withdrawn

no release was ever pulled

11 months old

18 releases · first in 2025

18 releases in the last 12 months

see the full history below

Release timeline

18 releases · Sep 2025 to Mar 2026
2026
Release Pre-release

Releases

latest 18
  1. 5.0.9-alpha.1 09 Mar 2026 pre-release
    Release notes

    2026-03-09

    • Enhanced the AntdScrollPositionController to handle post-target jump scenarios, using TargetSize to manage the layout of the lower part of the list
    • Optimized the layout algorithm in AntdScrollPositionedBase for lists after jumps
    Open source →
  2. 5.0.8-alpha.6 13 Feb 2026 pre-release
    Release notes

    2026-02-13

    • Badge component supports custom coordinates
    • IndexBar supports index change source and drag end events
    • Mask component automatically closes content when destroyed
    • Popover component Controller supports Close method
    • Fixed incorrect list offset caused by centerKey in List
    Open source →
  3. 5.0.8-alpha.5 10 Dec 2025 pre-release
    Release notes

    2025-12-10

    • Optimized the seamless scrolling capability of the list.
    Open source →
  4. 5.0.8-alpha.4 25 Oct 2025 pre-release
    Release notes

    2025-10-25

    • Fixed AntdInput triggering onChange during composition events
    • Enhanced mask background animation details
    • Improved AntdBoxStyle ToString method
    • Added copyWith method to AntdMapToken
    • Added debug information to AntdBox for debugging purposes
    Open source →
  5. 5.0.8-alpha.3 18 Oct 2025 pre-release
    Release notes

    2025-10-18

    • Readme update
    Open source →
  6. 5.0.8-alpha.2 16 Oct 2025 pre-release
    Release notes

    2025-10-16

    • AntdKitStyle added constraints configuration option
    • Enhanced form auto-collection functionality, added manual field. When set to true, components switch to fully controlled mode, replacing the previous logic that relied on value property detection. All input components now support this field
    • Fixed issue where AntdBox safe area would disappear abnormally when keyboard popped up
    • Fixed inconsistent color blending in colorText
    • Removed defaultValue option from AntdInput and AntdTextArea components
    • Fixed issue where typing Chinese in AntdInput would cause candidate words to automatically be committed when state updates were triggered in onChange event
    Open source →
  7. 5.0.8-alpha.1 12 Oct 2025 pre-release
    Release notes

    2025-10-12

    • Form Auto-collection Support: AntdCascaderView, AntdInput, AntdTextArea, AntdSegmented, AntdSlider, AntdSwitch, AntdCheckList, AntdRadio, AntdCheckbox, AntdSelector, AntdRadioGroup, and AntdCheckboxGroup now support automatic form data collection
    • Dynamic Properties: Added support for dynamic properties in both AntdRadioGroup and AntdCheckboxGroup
    • Touch Feedback Control: AntdList now includes a feedback property to directly disable touch feedback styles
    • Controlled Loading: AntdSkeleton adds spin and child properties for controlled loading states
    • Enhanced Slider: AntdSliderBarItem adds onActive event and dynamic value property
    • Haptic Feedback Option: AntdHapticFeedback now includes a none property
    • Scroll Behavior: Fixed default edgeThreshold to 0.2 in AntdScrollView
    • Animation Fix: Resolved issue where AntdSkeleton animations would override border radius
    • Slider Positioning: Fixed incorrect scroll view positioning in AntdSliderBar
    • Tap Priority: Corrected AntdTapOptions priority issue
    • Navigation Layout: Fixed incorrect display position for AntdNavBar's left property
    • Dynamic Updates: Resolved AntdSegmented dynamic update issue
    Open source →
  8. 5.0.7-alpha.1 27 Sep 2025 pre-release
    Release notes
    • Refactored the AntdBox event model, fixing the issue where long press would accidentally trigger click events. Removed the AntdTapAccepter property and added alwaysReceiveTap.
    • Fixed the issue where AntdAnimation was not merging correctly.
    • Improved the context menu for AntdInput.
    • Added AntdScrollControllerProvider to allow accessing scroll information in the context.
    • Updated AntdSelector's value from Set to List because Set does not support serialization.
    • Fixed the style priority issue for AntdAction.
    • Updated animations for AntdSwipeAction.
    Open source →
  9. 5.0.6-alpha.1 23 Sep 2025 pre-release
    Release notes
    • Added a hapticFeedback option to AntdIndexBar, supporting configuration at both the Style and property levels.
    • Changed the default behavior of AntdButton to be non-click-through.
    • Renamed AntdCheckboxStyle's defaultIconStyle to iconStyle and defaultIcon to icon.
    • Fixed the issue where AntdEllipsis ignored the length of the ... ellipsis.
    • Simplified AntdForm properties by removing header and footer, as they were of limited practical use and complicated implementation due to the use of Column.
    • Updated AntdPageIndicatorStyle's bodyStyle to style.
    • Removed the default obscureIcon and activeObscureIcon from AntdInputStyle.
    • Added headers and footers options to AntdList to facilitate customization with Slivers-based widgets.
    • Fixed the issue where AntdPopup did not apply the global styles from AntdTheme.
    • Added a new fill option to AntdColor.
    • Adjusted the Style priority order. The new priority is: styleBuilder on the component > style on the component > AntdStyleProvider > AntdStyleBuilderProvider.
    • Optimized the performance of AntdProvider.
    Open source →
  10. 5.0.5-alpha.1 21 Sep 2025 pre-release
    Release notes
    • AntdPopover, AntdDropdown, AntdToast, AntdTour, AntdMask, AntdPopup, AntdCascader, AntdActionSheet, AntdModal, and AntdDialog now support custom animations via the animation property.
    • AntdMaskHole now supports clipping using AntdMaskHoleClipper.
    • Fixed animation performance issues with AntdSwitch.
    • Updated animations for AntdDropdown.
    Open source →
  11. 5.0.4-alpha.1 17 Sep 2025 pre-release
    Release notes
    • Fully adapted for dark mode
    • Removed DoubleExtensions
    • Removed default_ properties from AntdSize and AntdColor
    • Added dark/light theme switching in Examples
    • Improved API documentation for Theme-related features
    Open source →
  12. 5.0.3-alpha.1 12 Sep 2025 pre-release
    Release notes
    • AntdTheme added support for actionSheetStyle, dialogActionStyle, and modalActionStyle
    • AntdProvider removed support for default Overlay
    • Added AntdIconWrap to support mixed usage of IconData and AntdBox
    • Optimized style naming for AntdPopoverStyle
    • Added AntdModalType for AntdModal and AntdDialogType for AntdDialog, allowing customization of different styles in dynamic styling
    • Fixed an issue where the default state of AntdSwitch might be incorrect
    Open source →
  13. 5.0.2-alpha.1 09 Sep 2025 pre-release
    Release notes
    • Added new AntdDropdown component
    • Improved test cases for Style.dart
    • Optimized the display effect of AntdSlider when min and max values are set
    • Changed onCancel to onExtraTap in AntdSearchBar
    • Added feedbackDuration and accepter properties to AntdBox
    • Added optional haptic feedback (enabled by default with light feedback) for interactive components
    • AntdMaskHole now supports controllable hit testing
    Open source →
  14. 5.0.1-alpha.1 05 Sep 2025 pre-release
    Release notes
    • Added fully property-supported static methods for Toast, Mask, Popup, Dialog, Modal, ActionSheet, and included corresponding demos
    • Improved documentation information in Readme
    • Style system now supports inheritance property merging
    • Fixed incorrect initial value display issue in Form
    • Enhanced AntdLog functionality
    • Added support for using AntdProvider without wrapping the root directory
    • Demo improvements and refinements
    Open source →
  15. 5.0.0-alpha.3 02 Sep 2025 pre-release

    Nothing published for this version

  16. 5.0.0-alpha.2 02 Sep 2025 pre-release

    Nothing published for this version

  17. 5.0.0-alpha.1 02 Sep 2025 pre-release

    Nothing published for this version

  18. 5.0.0-alpha 01 Sep 2025 pre-release
    Release notes
    • Initial version release
    • Includes basic component system
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive