- Migration from
android.support
packages toandroidx
packages that allows this library to be used with flutter projects that useandroidx
. If you need to stay onandroid.support
for whatever reason, don't upgrade as it may break your build. See more. - Lowered minSdkVersion as requested per #1
- bugfixes
- documentation modifications
- fixing NullPointerException when onRequestPermissionsResult was triggered by different plugin than this one
- more details in README.md
- documentation modifications based on flutter package analysis
- code reformat using flutter format
- Query log entries based on 'type' attribute
- 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