intent_plus 0.1.0 copy "intent_plus: ^0.1.0" to clipboard
intent_plus: ^0.1.0 copied to clipboard

A plug-in for launching native android or ios or harmony.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add intent_plus

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  intent_plus: ^0.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:intent_plus/android/android_action.dart';
import 'package:intent_plus/android/android_flags.dart';
import 'package:intent_plus/android/android_settings.dart';
import 'package:intent_plus/ios/ios_intent.dart';
import 'package:intent_plus/native_intent.dart';
import 'package:intent_plus/native_intent_lib.dart';
import 'package:intent_plus/ohos/harmony_action.dart';
0
likes
140
points
15
downloads

Publisher

unverified uploader

Weekly Downloads

A plug-in for launching native android or ios or harmony.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on intent_plus

Packages that implement intent_plus