map_marker_cache 1.0.1 copy "map_marker_cache: ^1.0.1" to clipboard
map_marker_cache: ^1.0.1 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.yaml with homepage and repository fields.
  • Improved README.md with dedicated installation and clearer usage sections.
  • Added comprehensive API documentation comments (///) to all public members.
  • Fixed singleton usage in example/lib/main.dart and test/map_marker_cache_test.dart.
  • Corrected .gitignore to properly include ObjectBox generated files (objectbox.g.dart, objectbox-model.json).
  • Renamed docs directory to doc to comply with pub.dev conventions.
1
likes
125
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter library for caching custom Google Maps marker icons locally using ObjectBox, optimizing performance and enabling offline support.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

cupertino_icons, flat_buffers, flutter, flutter_svg, google_maps_flutter, objectbox, objectbox_flutter_libs, path, path_provider

More

Packages that depend on map_marker_cache