flutter_heat_map 1.0.5 copy "flutter_heat_map: ^1.0.5" to clipboard
flutter_heat_map: ^1.0.5 copied to clipboard

outdated

Customizable heat map interface library. From a base image, it is necessary to pass the coordinates of the events and the library returns the image with the heat map

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_heat_map

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

dependencies:
  flutter_heat_map: ^1.0.5

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:flutter_heat_map/flutter_heat_map.dart';
14
likes
0
pub points
74%
popularity

Publisher

verified publisherappsauth.com

Customizable heat map interface library. From a base image, it is necessary to pass the coordinates of the events and the library returns the image with the heat map

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

enum_to_string, equatable, fixnum, flutter, protobuf, simple_cluster

More

Packages that depend on flutter_heat_map