state_illustrator 2.0.0 copy "state_illustrator: ^2.0.0" to clipboard
state_illustrator: ^2.0.0 copied to clipboard

A Flutter package for creating and visualizing custom state illustrations.

Changelog #

2.0.0 - 2026-02-12 #

  • Added option to add config
  • Custom height, width and padding options

1.0.0 - 2026-02-12 #

Initial Release #

  • Added StateIllustrator widget for handling screen states:
    • Loading
    • Empty
    • Error
    • Success
  • Supports built-in assets:
    • Lottie (.json) for loading
    • SVG for empty
    • PNG for error
  • Fully configurable via IllustrationConfig and GlobalIllustratorConfig.
  • Retry button support for error states.
  • Animated transitions between states using AnimatedSwitcher.
  • Customizable theme via IllustratorTheme.
  • Asset auto-detection by file extension.
  • Supports custom widgets in place of assets.
  • Documentation added for all classes and enums.
1
likes
160
points
145
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for creating and visualizing custom state illustrations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, lottie

More

Packages that depend on state_illustrator