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 2026Releases
latest 18-
5.0.9-alpha.109 Mar 2026 pre-releaseRelease notes
Open source →2026-03-09- Enhanced the
AntdScrollPositionControllerto handle post-target jump scenarios, using TargetSize to manage the layout of the lower part of the list - Optimized the layout algorithm in
AntdScrollPositionedBasefor lists after jumps
- Enhanced the
-
5.0.8-alpha.613 Feb 2026 pre-releaseRelease notes
Open source →2026-02-13Badgecomponent supports custom coordinatesIndexBarsupports index change source and drag end eventsMaskcomponent automatically closes content when destroyedPopovercomponent Controller supports Close method- Fixed incorrect list offset caused by centerKey in List
-
5.0.8-alpha.510 Dec 2025 pre-release -
5.0.8-alpha.425 Oct 2025 pre-releaseRelease notes
Open source →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
-
5.0.8-alpha.318 Oct 2025 pre-release -
5.0.8-alpha.216 Oct 2025 pre-releaseRelease notes
Open source →2025-10-16AntdKitStyleaddedconstraintsconfiguration option- Enhanced form auto-collection functionality, added
manualfield. 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
AntdBoxsafe area would disappear abnormally when keyboard popped up - Fixed inconsistent color blending in
colorText - Removed defaultValue option from
AntdInputandAntdTextAreacomponents - Fixed issue where typing Chinese in
AntdInputwould cause candidate words to automatically be committed when state updates were triggered in onChange event
-
5.0.8-alpha.112 Oct 2025 pre-releaseRelease notes
Open source →2025-10-12- Form Auto-collection Support:
AntdCascaderView,AntdInput,AntdTextArea,AntdSegmented,AntdSlider,AntdSwitch,AntdCheckList,AntdRadio,AntdCheckbox,AntdSelector,AntdRadioGroup, andAntdCheckboxGroupnow support automatic form data collection - Dynamic Properties: Added support for dynamic properties in both
AntdRadioGroupandAntdCheckboxGroup - Touch Feedback Control:
AntdListnow includes afeedbackproperty to directly disable touch feedback styles - Controlled Loading:
AntdSkeletonaddsspinandchildproperties for controlled loading states - Enhanced Slider:
AntdSliderBarItemadds onActive event and dynamic value property - Haptic Feedback Option:
AntdHapticFeedbacknow 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
AntdTapOptionspriority issue - Navigation Layout: Fixed incorrect display position for
AntdNavBar's left property - Dynamic Updates: Resolved
AntdSegmenteddynamic update issue
- Form Auto-collection Support:
-
5.0.7-alpha.127 Sep 2025 pre-releaseRelease notes
Open source →- Refactored the
AntdBoxevent model, fixing the issue where long press would accidentally trigger click events. Removed theAntdTapAccepterproperty and addedalwaysReceiveTap. - Fixed the issue where
AntdAnimationwas not merging correctly. - Improved the context menu for
AntdInput. - Added
AntdScrollControllerProviderto allow accessing scroll information in the context. - Updated
AntdSelector'svalue from Set to List because Set does not support serialization. - Fixed the style priority issue for
AntdAction. - Updated animations for
AntdSwipeAction.
- Refactored the
-
5.0.6-alpha.123 Sep 2025 pre-releaseRelease notes
Open source →- Added a
hapticFeedbackoption toAntdIndexBar, supporting configuration at both theStyleand property levels. - Changed the default behavior of
AntdButtonto be non-click-through. - Renamed
AntdCheckboxStyle'sdefaultIconStyletoiconStyleanddefaultIcontoicon. - Fixed the issue where
AntdEllipsisignored the length of the...ellipsis. - Simplified
AntdFormproperties by removingheaderandfooter, as they were of limited practical use and complicated implementation due to the use ofColumn. - Updated
AntdPageIndicatorStyle'sbodyStyletostyle. - Removed the default
obscureIconandactiveObscureIconfromAntdInputStyle. - Added
headersandfootersoptions toAntdListto facilitate customization with Slivers-based widgets. - Fixed the issue where
AntdPopupdid not apply the global styles fromAntdTheme. - Added a new
filloption toAntdColor. - Adjusted the
Stylepriority order. The new priority is:styleBuilderon the component >styleon the component >AntdStyleProvider>AntdStyleBuilderProvider. - Optimized the performance of
AntdProvider.
- Added a
-
5.0.5-alpha.121 Sep 2025 pre-releaseRelease notes
Open source →AntdPopover,AntdDropdown,AntdToast,AntdTour,AntdMask,AntdPopup,AntdCascader,AntdActionSheet,AntdModal, andAntdDialognow support customanimationsvia the animation property.AntdMaskHolenow supports clipping usingAntdMaskHoleClipper.- Fixed animation performance issues with
AntdSwitch. - Updated animations for
AntdDropdown.
-
5.0.4-alpha.117 Sep 2025 pre-releaseRelease notes
Open source →- Fully adapted for dark mode
- Removed
DoubleExtensions - Removed default
_properties fromAntdSizeandAntdColor - Added dark/light theme switching in Examples
- Improved API documentation for Theme-related features
-
5.0.3-alpha.112 Sep 2025 pre-releaseRelease notes
Open source →AntdThemeadded support foractionSheetStyle,dialogActionStyle, andmodalActionStyleAntdProviderremoved support for default Overlay- Added
AntdIconWrapto support mixed usage ofIconDataandAntdBox - Optimized style naming for
AntdPopoverStyle - Added
AntdModalTypeforAntdModalandAntdDialogTypeforAntdDialog, allowing customization of different styles in dynamic styling - Fixed an issue where the default state of
AntdSwitchmight be incorrect
-
5.0.2-alpha.109 Sep 2025 pre-releaseRelease notes
Open source →- Added new
AntdDropdowncomponent - Improved test cases for Style.dart
- Optimized the display effect of
AntdSliderwhen min and max values are set - Changed onCancel to
onExtraTapinAntdSearchBar - Added
feedbackDurationand accepter properties toAntdBox - Added optional haptic feedback (enabled by default with light feedback) for interactive components
AntdMaskHolenow supports controllable hit testing
- Added new
-
5.0.1-alpha.105 Sep 2025 pre-releaseRelease notes
Open source →- 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
AntdLogfunctionality - Added support for using
AntdProviderwithout wrapping the root directory - Demo improvements and refinements
- Added fully property-supported static methods for
-
5.0.0-alpha.302 Sep 2025 pre-releaseNothing published for this version
-
5.0.0-alpha.202 Sep 2025 pre-releaseNothing published for this version
-
5.0.0-alpha.102 Sep 2025 pre-releaseNothing published for this version
-
5.0.0-alpha01 Sep 2025 pre-release