Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.33 KB

File metadata and controls

64 lines (37 loc) · 1.33 KB

0.0.1

  • Orbit Menu - Includes a simple circular menu with a large central circle and smaller circles around it.

0.0.2

  • Orbit Menu - Readme updated.

0.0.3

  • Orbit Menu - Readme updated.

0.0.4

  • A central circle with smaller, customizable circular buttons around it.
  • Two animation styles: OrbitMenuAnimationType.bouncing and OrbitMenuAnimationType.rotating.
  • Full control over colors, sizes, and spacing.
  • Easy toggling of animation with a simple boolean.

0.0.5

  • Orbit Menu - Update classes fix error package path.

0.0.6

  • Orbit Menu - Update dart format.

0.0.7

  • The classes were formatted, and the imports were modified to make it easier for users to import the Flutter package.
  • The README.md file was updated.

0.0.8

  • Add your custom widget to the list of widgets orbiting around the parent circle.

0.0.9

  • Readme fixed.

0.0.10

  • Add Orbit effect.

0.0.11

  • Add images support
  • Fixed big details
  • Fixed items onTap

0.0.12

  • Update readme

0.0.13

  • Update readme

0.0.14

  • ✨ Added central wave effect - The central circle now displays beautiful animated waves while orbiting items maintain their normal animation
  • ✨ Enhanced BigCircle widget to support wave effects
  • ✨ Added enableCentralWaveEffect configuration option
  • ✨ Updated documentation with wave effect examples