context_menu_android 1.0.2 copy "context_menu_android: ^1.0.2" to clipboard
context_menu_android: ^1.0.2 copied to clipboard

A Flutter package that brings iOS-style context menu to Android.

Changelog #

1.0.2 - 2025-07-17 #

โœ… Fixes & Improvements #

  • โœ… Improved widget API: iOSStyleContextMenu is now a stateless functional widget for cleaner syntax.
  • ๐Ÿงฑ Switched to AnimatedScale instead of StatefulWidget for smooth scaling transitions.
  • ๐Ÿ” Optimized action builder using List.generate() to reduce boilerplate.
  • ๐ŸŽจ Customization options added:
    • backgroundColor
    • dividerColor
    • iconColor
    • textStyle
    • contentPadding
  • ๐Ÿ—‘ Smart delete detection: automatically highlights delete actions with red, bold text.
  • ๐Ÿงช Test coverage: Added unit tests with flutter_test.
  • ๐Ÿ“š Enhanced inline documentation and comments.
  • ๐Ÿงฉ Updated example app to reflect new customization features and API usage.

1.0.1 - 2025-07-17 #

๐ŸŽ‰ Initial release of ContextMenuAndroid โ€” an iOS-style context menu for Android built using Flutter.

โœจ Highlights #

  • iOS-style context menu with blurred background.
  • Customizable actions with support for icons, colors, and labels.
  • Dark mode support.
  • Delete actions are highlighted automatically.
  • Responsive and smooth UI animations.
  • Easily integratable with any widget.

๐Ÿ›  Improvements #

  • Enabled full null safety.
  • Optimized widget trees using const constructors for better performance.
  • Enhanced linter rules in analysis_options.yaml to follow best practices.
  • Refactored code for readability and maintainability.
  • Added example image hosted via GitHub for consistent preview on pub.dev.

0.0.1 - 2025-07-16 #

  • ๐ŸŽ‰ Initial draft release of ContextMenuAndroid package.
  • Added basic iOS-style blurred context menu.
  • Supports customizable actions (icon, label, onTap).
  • Initial design implementation with shadow and animation support.
8
likes
0
points
283
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package that brings iOS-style context menu to Android.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on context_menu_android