- Migration to null safety
- Fixed the parsing of package names and app names.
- Updated example and README slightly to reflect the precision of the plugin.
- Changed the behaviour of the plugin to delay asking for permission when app usage is requested, rather than when the app is started.
- Fixed an Android issue where the permission activity could not be spawned.
- Made the project anew since the old project had an error somewhere.
- Updated to the new Android API
- Changed Android source code to Kotlin rather than Java
- Update example app to support Android X
- Updated the README file to emphasize the need to use min SDK version 21 for Android
- Initial release