call_logs_plus 0.0.1
call_logs_plus: ^0.0.1 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 Dart:
$ dart pub add call_logs_plusWith Flutter:
$ flutter pub add call_logs_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
call_logs_plus: ^0.0.1Alternatively, your editor might support dart pub get or 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';