I'm developing a Flutter plugin for Android and iOS using the Flutter plugin camera. First I stream the frame from the plugin using this method: controller.star
Running the simplest example in a flutter android plugin(federated), I keep getting: MissingPluginException(No implementation found for method getPlatformVersio
I would like to use flutter-web plugin in my app. However, I am getting the following SDK error when I add it to my YAML file. I just upgraded to 1.20.4 How do
I am trying to develop a federated plugin which will wrap a native SDK (for android and ios) as explained here, and also went over the examples shown here and t
Can anyone point me to a library or advice on how I can go about sharing an image from the gallery with my app using the share button? I want to have my app app