flame_ui 0.1.0 copy "flame_ui: ^0.1.0" to clipboard
flame_ui: ^0.1.0 copied to clipboard

A reusable UI component library for Flame games, including buttons, text fields, modals, lists, and layout helpers.

0.1.0 #

  • Add CircleButtonComponent
  • Add ToggleComponent
  • Add TapOutsideCallbacks & TapOutsideHandler
  • ModalComponent: Rename closeButton to trailing
  • ModalComponent: Add leading property
  • Rename RectButtonComponent to RectangleButtonComponent
  • Fix TextFieldComponent position and offset

0.0.4 #

  • TextFieldComponent: Support generic components for background/backgroundFocused
  • ModalComponent: Support for scrollDamping
  • ModalComponent: Add onAfterLoadStatic and onBeforeUnloadStatic as lifecycle callbacks across all ModalComponent usages

0.0.3 #

  • ModalComponent: All configurable properties are now mutable via getters and setters.
  • ModalComponent: Automatically calls rebuild() when a property is changed at runtime, enabling dynamic UI updates.
  • ModalComponent: Add customizable background component property
  • ScrollableAreaComponent: Added support for fling scrolling

0.0.2 #

  • RectButtonComponent: Make color mandatory
  • ModalComponent: Support any component as closeButton

0.0.1 #

Initial release.

Components:

  • TextFieldComponent
  • RectButtonComponent
  • ModalComponent
  • ScrollableAreaComponent
  • GridComponent
  • ListComponent
  • ListItemComponent
3
likes
150
points
23
downloads

Publisher

verified publishercasraf.dev

Weekly Downloads

A reusable UI component library for Flame games, including buttons, text fields, modals, lists, and layout helpers.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flame, flutter

More

Packages that depend on flame_ui