cached_custom_marker 0.0.2+1 copy "cached_custom_marker: ^0.0.2+1" to clipboard
cached_custom_marker: ^0.0.2+1 copied to clipboard

discontinued

Cached Custom Marker is a Flutter package designed for optimizing map-based applications by efficiently managing custom markers. It automates the downloading, caching, and conversion of images into Bi [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add cached_custom_marker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  cached_custom_marker: ^0.0.2+1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:cached_custom_marker/cached_custom_marker.dart';
4
likes
0
pub points
56%
popularity

Publisher

unverified uploader

Cached Custom Marker is a Flutter package designed for optimizing map-based applications by efficiently managing custom markers. It automates the downloading, caching, and conversion of images into BitmapDescriptor objects for Google Maps, significantly reducing load times and network requests. With features like custom marker sizing and effective cache management, it's an essential tool for developers aiming to enhance user experience in their Flutter map applications.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_cache_manager, google_maps_flutter

More

Packages that depend on cached_custom_marker