intent_plus 0.1.0
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_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
intent_plus: ^0.1.0Alternatively, 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';