Hello, I need to use native platform widgets (such as context menus, action sheets, modal popups, scoll wheel pickers, etc for both Cupertino and Material design) and FlutterFlow Makes it very difficult to do this without other resources. I really wish this was something they would include in widgets and actions. I was looking to possibly install a Pub Dev package that has native platform widgets, but I have no idea how to do this or if there is a better way to achieve what I need. I also would like to know how to add custom functions and icons to to context menu of the app itself. e.g:
https://docs.flutter.dev/ui/widgets/cupertino - These are the sort of widgets I would like, as well as the native android material ones and others for OS like Windows and Linux.
https://pub.dev/packages/flutter_platform_widgets - This is the package I am considering installing since it seems to come with what I need, but I have no idea how to install it to a FlutterFlow project. It has instructions for flutter only.