muscle_mapper 0.0.4 copy "muscle_mapper: ^0.0.4" to clipboard
muscle_mapper: ^0.0.4 copied to clipboard

A pure Dart/Flutter UI package providing a 2D human anatomy model with multi-select muscle highlighting and a BYOA (Bring Your Own Asset) architecture.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add muscle_mapper

With Flutter:

 $ flutter pub add muscle_mapper

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  muscle_mapper: ^0.0.4

Alternatively, your editor might support dart pub get or 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_mapper/muscle_mapper.dart';
8
likes
0
points
368
downloads

Publisher

verified publishersuryamouly.in

Weekly Downloads

A pure Dart/Flutter UI package providing a 2D human anatomy model with multi-select muscle highlighting and a BYOA (Bring Your Own Asset) architecture.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, path_drawing, xml

More

Packages that depend on muscle_mapper