Need native platform widgets, How to install Pub Dev package?

Widgets & Design

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.

What have you tried so far?

I have tried to run the code from Pub Dev under Custom Code in Widgets, Actions, Functions, Cloud Functions, and even uploading the details to Project Dependencies but nothing works. How can I either install this package or achieve what I need? I do NOT want to just resort to making my own custom widgets and components that somewhat resemble iOS and Android widgets. I need native widgets that are designed for each OS.

Did you check FlutterFlow's Documentation for this topic?
Yes
1
3 replies