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

PlatformAndroid

A plugin for making phone calls directly using a SIM card and returning call records.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add direct_call

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

dependencies:
  direct_call: ^1.0.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:direct_call/direct_call.dart';
0
likes
140
points
14
downloads

Publisher

unverified uploader

Weekly Downloads

A plugin for making phone calls directly using a SIM card and returning call records.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on direct_call

Packages that implement direct_call