bodychart_heatmap 1.0.0 copy "bodychart_heatmap: ^1.0.0" to clipboard
bodychart_heatmap: ^1.0.0 copied to clipboard

Body Chart and Heatmap.

example/lib/main.dart

import 'package:example/homepage.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatelessWidget {
  const MyApp({super.key});

  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(home: HomePage());
  }
}
21
likes
0
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

Body Chart and Heatmap.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on bodychart_heatmap