muscle_map_flutter 0.1.0
muscle_map_flutter: ^0.1.0 copied to clipboard
Muscle heatmap visualization widget for Flutter. Renders front/back body diagrams with colored muscle overlays using CustomPainter. Supports multiple color models, per-surface value overrides, and int [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add muscle_map_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
muscle_map_flutter: ^0.1.0Alternatively, 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:muscle_map_flutter/muscle_map_flutter.dart';