Skip to content

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 15 Aug 09:24
· 269 commits to main since this release

First public release.

Added

  • Token-driven theming. SeedToken seeds every colour, size and motion
    value; ConfigProvider supplies the resolved ThemeData to the tree, with
    per-component overrides through ComponentsConfig and algorithmic palette
    generation via generate.
  • Context-free feedback APIs. message, notification, Modal and
    Drawer render into the root overlay through UiKit.navigatorKey, so they
    can be called without a BuildContext.
  • 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.dart and 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.