antd_flutter_mobile 5.0.4-alpha.1
antd_flutter_mobile: ^5.0.4-alpha.1 copied to clipboard
Antd Flutter implementation, zero dependencies, ultra-lightweight (only 200kB), 50+ components, complete Antd Token system implementation.
Changelog #
5.0.0-alpha #
- Initial version release
- Includes basic component system
5.0.0-alpha.1 #
- Removed dart:io dependency
- Added additional code comments and improved documentation
5.0.0-alpha.2 #
- Modify the documentation.
5.0.0-alpha.3 #
- Modify the documentation.
5.0.1-alpha.1 #
- 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
5.0.2-alpha.1 #
- 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
5.0.3-alpha.1 #
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.4-alpha.1 #
- 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