call_log 1.0.1 call_log: ^1.0.1 copied to clipboard
A Flutter plugin to access and query call history log. Currently enabled query params are dateFrom, dateTo, durationFrom, durationTo, name and number. String params are queried using LIKE and '%' wild [...]
1.0.1 #
- documentation modifications based on flutter package analysis
- code reformat using flutter format
- Query log entries based on 'type' attribute
1.0.0 #
- Initial release
- Support for Android only as iOS does not provide API for call history
- Features
- Check if access permissions are granted
- Request access permissions
- Get all call log entries
- Query log entries
- fromDate: get all entries from this date
- toDate: get all entries until this date
- name: get all entries for this contact name
- number: get all entries for this telephone number