my_animated_widgets 0.0.4
my_animated_widgets: ^0.0.4 copied to clipboard
A collection of beautiful, production-ready animated Flutter widgets — Plasma Globe, Orbital Action Menu, Sky Theme Toggle, Liquid Progress Bar, and Dark Mode Toggle. Each widget is fully customisable [...]
0.0.2 #
- Restructured all widgets into dedicated folders (
src/<widget>/) with one class per file. - PlasmaGlobeWidget — enhanced with triple-layer arc wiggle, lightning fork touch effect, 18 sparkle dots, tri-layer glass rim, and corona orb halo.
- SkyThemeToggle — enhanced with shooting star, 16-ray sun with corona, crater-texture moon, fluffier 7-circle clouds, and night border colour pulse.
- OrbitalActionMenu — all private classes made public and split into separate files (
OrbitalBubble,OrbitPainter,Particle,OrbitalAction). - LiquidProgressBar —
WavePainterextracted to its own file. - Added
index.dartbarrel files for every widget folder. - Updated
my_animated_widgets.dartlibrary entry point with full exports and addedlibrarydirective. - Refreshed
README.mdwith full parameter tables, internal class references, file structure tree, and image/video placeholders. - Rewrote example app as a 5-tab interactive showcase — one tab per package widget with live sliders and controls.
0.0.1 #
- Initial release with
PlasmaGlobeWidget,OrbitalActionMenu,SkyThemeToggle,LiquidProgressBar, andDarkModeToggle.