map_marker_cache 1.0.0
map_marker_cache: ^1.0.0 copied to clipboard
A Flutter library for caching custom Google Maps marker icons locally using ObjectBox, optimizing performance and enabling offline support.
Changelog #
1.0.0+1 #
- Initial release.
- Refactored IconCacheService for improved testability.
- Implemented MapMarkerCache as a singleton managing ObjectBox lifecycle.
- Enhanced example application to demonstrate cached vs. normal icon loading.
- Updated
pubspec.yamlwithhomepageandrepositoryfields. - Improved
README.mdwith dedicated installation and clearer usage sections. - Added comprehensive API documentation comments (
///) to all public members. - Fixed singleton usage in
example/lib/main.dartandtest/map_marker_cache_test.dart. - Corrected
.gitignoreto properly include ObjectBox generated files (objectbox.g.dart,objectbox-model.json). - Renamed
docsdirectory todocto comply withpub.devconventions.