call_log 1.0.2 call_log: ^1.0.2 copied to clipboard
A Flutter plugin to access and query call history log. Support for Android only as iOS does not provide API for accessing call history.
1.0.2 #
- more details in README.md
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