call_logs_plus 0.0.4 copy "call_logs_plus: ^0.0.4" to clipboard
call_logs_plus: ^0.0.4 copied to clipboard

PlatformAndroid

A Flutter plugin for accessing call logs, created for educational and learning purposes only. Not intended for production or commercial use.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add call_logs_plus

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

dependencies:
  call_logs_plus: ^0.0.4

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:call_logs_plus/logs.dart';
import 'package:call_logs_plus/logs_method_channel.dart';
import 'package:call_logs_plus/logs_platform_interface.dart';
import 'package:call_logs_plus/logs_web.dart';
3
likes
150
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for accessing call logs, created for educational and learning purposes only. Not intended for production or commercial use.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface, web

More

Packages that depend on call_logs_plus

Packages that implement call_logs_plus