flutter_native_call 0.0.2 copy "flutter_native_call: ^0.0.2" to clipboard
flutter_native_call: ^0.0.2 copied to clipboard

A new Flutter plugin. for native call

flutter native call #

A new Flutter plugin. for native call feature in android(only).

Getting Started #

To use this plugin, add flutter_native_call as a dependency in your pubspec.yaml file. For example:

dependencies:
  flutter_native_call: ^0.0.2

run command

$ flutter pub get

You need to add a permission to AndroidManifest.xml:

<uses-permission android:name="android.permission.CALL_PHONE" />

import it

import 'package:flutter_native_call/flutter_native_call.dart';

use it

FlutterNativeCall.makeCall("9999999999");
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter plugin. for native call

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_native_call