call_logs_plus 0.0.3
call_logs_plus: ^0.0.3 copied to clipboard
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_plusThis 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.3Alternatively, 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';