v0.0.1
First public release.
Added
- Token-driven theming.
SeedTokenseeds every colour, size and motion
value;ConfigProvidersupplies the resolvedThemeDatato the tree, with
per-component overrides throughComponentsConfigand algorithmic palette
generation viagenerate. - Context-free feedback APIs.
message,notification,Modaland
Drawerrender into the root overlay throughUiKit.navigatorKey, so they
can be called without aBuildContext. - General:
Button— variant × colour, five shapes, sizes, loading and
danger states. - Feedback:
Alert,Spinner,Spin,message,notification,Modal,
Drawer,Popconfirm,Progress,Result. - Data entry:
Input,InputNumber,Switch,Checkbox,Radio,
Select. - Data display:
Avatar,Card,Collapse,Empty,Listy,Popover,
Segmented,SortableList,Steps,Tabs,Tag,Timeline,Tooltip,
Tour,Tree. - Navigation:
Dropdown,Pagination. - Component gallery covering every widget in
example/. - Per-component documentation in
doc/.
Notes
- Components build on
package:flutter/widgets.dartand carry no Material
dependency, so they drop into Material and Cupertino apps alike. - The public API is not yet stable; breaking changes may land in any
0.0.x
release.