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

A Flutter package for visualizing and highlighting human body parts. Supports heatmap intensity levels and body charts for fitness, medical, and anatomy apps.

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
140
points
83
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for visualizing and highlighting human body parts. Supports heatmap intensity levels and body charts for fitness, medical, and anatomy apps.

Repository (GitHub)
View/report issues

Topics

#body-chart #heatmap #fitness #workout #anatomy

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on bodychart_heatmap