muscle_map 1.3.0
muscle_map: ^1.3.0 copied to clipboard
Interactive Flutter muscle maps with male and female body diagrams, tap-to-select muscles, and customizable workout intensity heat maps.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add muscle_mapThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
muscle_map: ^1.3.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/muscle_map.dart';