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

example/lib/main.dart

import 'package:flutter/material.dart';

import 'pages/my_app.dart';

void main() {
  runApp(const MyApp());
}
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