activity_getmx 1.0.0 copy "activity_getmx: ^1.0.0" to clipboard
activity_getmx: ^1.0.0 copied to clipboard

PlatformAndroid

Plugin Activity is interface with methods

ActivityPlugin #

Getechnologies: Activity

Launch and get response other apps,use intents when the platform is Android.

Usage #

Minimal example startActivityForResult #

if (platform.isAndroid) {
const intent = AndroidIntent(action: 'getmx.PAY',arguments: {'amount': 90,'currency': 'MXN'});
Map<String,dynamic>? map = await activityPlugin.startActivityForResult(intent);
}
8
likes
130
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin Activity is interface with methods

Homepage
Repository (GitLab)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, meta, plugin_platform_interface

More

Packages that depend on activity_getmx