You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Proposal to Split the super_native_extensions/super_context_menu Package
Hello!
I would like to suggest splitting the super_native_extensions/super_context_menu package into two separate projects:
One project with a Flutter-only implementation (without native code), allowing users to use the context menu fully in Flutter.
Another project including the native part for extended functionality.
This would enable developers who appreciate the Flutter-styled context menu (like the iOS version) to have the same elegant and consistent design on Android, without needing to install native components.
Personally, I really like the Flutter implementation of the context menu and would love to have the same experience on Android.