- Fix generateUniqueKey() to use DateTime.now().microsecond as random seed instead of millisecond and keep the Random() generator around so the reuse it and the seed time being the same will never be an issue.
- Fix exactAsset dpr 1->2 bug
- Fix onMetricsChange() callback to chain to previous set callback.
- Cleanup logging and enable const setting to eliminate entirely.
- Made imageBuffer non-nullable and always present in cache.
- Clean up readme and example.
- Add Flutter engine PR#41186 to README.md
- Initial release