plume
A tools for flutter StatelessWidget, for widgets that always build the same way given a particular configuration and ambient state.
Getting Started
Framework
Builder
ListViewBuilder
Container
TernaryContainer The ternary container.
Dialog
DialogProvider The standard dialog ui.
Custom Widgets
Block Container
A custom rectangular block with no state. Common experimental test code.
You can find it in [flutter_challenge](https://github.com/davidzou/flutter_challenge)
HeaderTitle
A custom headline.
YearsWidget
A display part with year at the top of calendar, button can operate year increment and decrement.
```
YearsWidget(
onChanged: (int year) {
print("$year");
}
)
```
Tools
RWSharedPreferences
A simple encapsulation of the third-party library of sharepreferences makes it more convenient to use.
Libraries
- calendar/calendar
- calendar/calendar_widgets
- calendar/constant/constant
- calendar/tools/date_math
- colors/gradient
- colors/widget/colors
- framework/animate/transition
- framework/builder/list_builder
- framework/builder/orientation_builder
- framework/container/drawer
- framework/container/ternary
- framework/dialog
- framework/observers/app_route_observers
- framework/route/page_router_builder
- framework/value_changed
- plume
- serialize/covert
- serialize/inherited_data
- styles/flat
- styles/plume_theme
- taste/taste
- tools/math_tools
- tools/system_tools
- widget/block
- widget/checkbox_group
- widget/counter
- widget/flipable
- widget/head
- widget/labels
- widget/pickers
- widget/rw_widgets