rise_ui 0.1.1 copy "rise_ui: ^0.1.1" to clipboard
rise_ui: ^0.1.1 copied to clipboard

RiseUI — a minimal, HeroUI-inspired Flutter component library.

RiseUI #

📚 Documentation · 🖼️ Widgets · 🤓 API Reference · 🗺️ Road Map

RiseUI is a minimal, HeroUI-inspired Flutter component library: buttons, inputs, dialogs, toasts, and other building blocks with a cohesive theme.

Why Choose RiseUI? #

  • HeroUI-aligned — familiar variants, spacing, and motion ideas translated to Flutter, not a pixel-perfect web port.
  • Flutter-first APIs — composition and ThemeExtension patterns that feel natural in Material apps.
  • One theme systemRiseThemeData (light/dark) shared across every widget; access tokens with context.riseTheme.
  • Documented end-to-end — live docs with embeds, Dart snippets, and a runnable example/ app in the repo.
  • Practical scope — inputs, overlays, feedback, and layout primitives without pulling in a full design-system framework.

What’s included #

All components are exported from package:rise_ui/rise_ui.dart.

Inputs & form controls #

  • RiseInput
  • RiseTextField
  • RiseTextArea
  • RiseSearchField
  • RiseInputOtp
  • RiseCheckbox
  • RiseRadio
  • RiseSwitch
  • RiseSelect
  • RiseSlider
  • RiseControlField
  • RiseFieldError
  • RiseLabel
  • RiseDescription
  • RiseInputGroup

Buttons & actions #

  • RiseButton
  • RiseButtonGroup
  • RiseLinkButton
  • RiseCloseButton

Layout, navigation & content #

  • RiseAccordion
  • RiseTabs
  • RiseListGroup
  • RiseMenu
  • RiseTagGroup
  • RiseChip
  • RiseSeparator
  • RiseScrollShadow

Surfaces & structure #

  • RiseSurface
  • RiseCard
  • RiseAvatar

Overlays #

  • RiseDialog
  • RiseBottomSheet
  • RisePopover

Feedback & loading #

  • RiseAlert
  • RiseToast
  • RiseSpinner
  • RiseSkeleton

Theming #

  • RiseThemeData (light and dark theme extensions)

Example app #

The repository includes a showcase app under example/. From that folder:

cd example && flutter pub get && flutter run

Repository & contributing #

Third-party attribution is summarized in THIRD_PARTY_NOTICES.md.

License #

MIT — see LICENSE.

4
likes
150
points
193
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

RiseUI — a minimal, HeroUI-inspired Flutter component library.

Repository (GitHub)
View/report issues

Topics

#ui #widget

License

MIT (license)

Dependencies

flutter, path_drawing

More

Packages that depend on rise_ui