flutter_uikit_forzzh 0.3.1
flutter_uikit_forzzh: ^0.3.1 copied to clipboard
This is a Dart-supported, cross-platform UI component library that includes various custom components to help you quickly build projects and focus more on your business development.
uikit #
Language: English | 简体中文
This is a cross-platform UI component library. Welcome to use it and give feedback on your questions. This library will continue to be updated...
pubspec.yaml dependent #
dependencies:
flutter_uikit_forzzh: ^0.3.1
flutter Common component ui library #
- Calendar component CalendarHelper
- Progress bar components (bars and circles) Linear ProgressBar/CycleProgressBar
- Rating component RatingBar
- Toast tips, fully customizable (support style customization, fixed position, queue, etc.) Toast
- City Selector CityPickerView
- Time selector DatePicker
- Checkboxes, single choices, bubbles, drawer components, etc.
- Countdown control TimeView
- Add elements like Android TextView, top, bottom, left and right
- Add a customizable switch component
- Added TableView for table layout and added scrolling functions for both horizontal and vertical directions.
- Added MarqueeView ticker component
- Add InfiniteLevelsMenus unlimited level menu to simplify the use of logic
- Add a minimalist input box to InputText, support real-time form verification, and support all properties of TextField and TextFormField. InputText adds input linkage floating window effect. See the following description and code examples
- Added FloatExpendButton floating menu button
- InputExtend input box search component, supporting all properties of TextField in Flutter
- Add paging component Pager.
- The new selection drop-down box menu SelectionMenu is highly customizable and does not pay attention to the data itself.
- Added a drop-down box for SelectionMenuForm that allows real-time selection verification.
- A new TextExtend text extension component has been added to support web front-end js menu effects. Add elastic animation effects
- Added MousePopupButton right-mouse pop-up window component for use on the web
- Added Shimmer low-light loading effect
- Add a highly customizable switch button component to ImageSwitch
- Add any ZTooltip component that can respond to prompts
- Added 5-D and N-D radar components Radar 5Dimensions Chart/RadarNDimensions Chart
- New two-way scrolling table component TableViewExtend
- Add an animated menu at the bottom of the CustomAnimated BottomBar
- Add StackCard, a stacking card component
...continuously updated....
This version: SelectionMenu, InputText, ZTooltip, InputExtend new controllers The floating window PopupWindow component has been deleted, and the fixed-point floating prompt is replaced with the SelectionMenu/InputText/ZTooltip component effect. There are many optimization changes, so it is recommended to use version 0.2.0 or above for updates.
Please check out the demo for more effects #
Radar module 5-N-dimensional: #
calendar component: #
Date component: #
The minimalist input box supports all properties of TextField and TextFormField, and supports real-time form verification #
Input box expands search component: #
Extensible hover button #
Web simulation front-end js menu: #
City Selector: #
Customizable Toast: #
Low-light loading effect: #
Highly customizable switch button components: #
Customizable styled prompt component #
Highly customizable selection drop-down box component #
Right-mouse button pop-up component in WEB #
progress bar component #
Unlimited level menu #
table component #