intent icon indicating copy to clipboard operation
intent copied to clipboard

A simple Flutter plugin to deal with Android Intents, written with :heart:

Results 28 intent issues
Sort by recently updated
recently updated
newest added

i get this message after run `flutter upgrade ` and `flutter pub get` : ``` Running "flutter pub get" in mobile_jeanswest_app_android... ۴٫۲s The plugins `intent` use a deprecated version of...

I am starting a camera with startActivityForResult. The first time I get the path to the taken image back as it should. When I use the intent again, the app...

This PR adds null safety to this package. Closes #43

How to implement the below code with this package? ``` Bundle mBundle = new Bundle(); mBundle.putString(key, value); mIntent.putExtras(mBundle); ```

This is a fix for the delegate being registered multiple times because the registration is in onMethodCall(). Closes #10, Closes #49.

I have tried so many times then I finally got what I wanted. But my app crashed like 20 times. Every time I have to rebuilt it again. So I...

Hi i want to set an image as wallpaper using the android native intent which opens these option when we select set as wallpaper on any image. Please help me...

How can I set Component and open startup manager app using it?