stryder-dev / flutter_platform_widgets

Target the specific design of Material for Android and Cupertino for iOS widgets through a common set of Platform aware widgets
MIT License
1.57k stars 171 forks source link

Thoughts on `PopupMenu` and `CupertinoContextMenu`、`BottomSheet` and `CupertinoActionSheet` #422

Open bookshiyi opened 1 year ago

bookshiyi commented 1 year ago

I did not carefully examine the feasibility of the code architecture, but simply considered the appearance of the control and the similarity of the usage scenario.

Widget on Material on Cupertino
PlatformPopupMenu PopupMenu CupertinoContextMenu
PlatformBottomSheet BottomSheet CupertinoActionSheet

Is this a feasible plan, or do others have better ideas?

Thanks~