advanced_call_log 1.0.1
advanced_call_log: ^1.0.1 copied to clipboard
Read and query Android call history with built-in runtime permission helpers and dual-SIM (best-effort) metadata. iOS is not supported.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add advanced_call_logThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
advanced_call_log: ^1.0.1Alternatively, 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:advanced_call_log/advanced_call_log.dart';