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

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

Documentation

API reference

License

MIT (LICENSE)

Dependencies

enum_to_string, equatable, fixnum, flutter, protobuf, simple_cluster

More

Packages that depend on flutter_heat_map