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

An interactive body selector package for Flutter that allows users to select muscles on a body diagram. Users can tap on muscles in the SVG body diagram or select them programmatically, with visual hi [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add flutter_body_part_selector

With Flutter:

 $ flutter pub add flutter_body_part_selector

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

dependencies:
  flutter_body_part_selector: ^1.0.0

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:flutter_body_part_selector/flutter_body_part_selector.dart';
1
likes
0
points
141
downloads

Publisher

unverified uploader

Weekly Downloads

An interactive body selector package for Flutter that allows users to select muscles on a body diagram. Users can tap on muscles in the SVG body diagram or select them programmatically, with visual highlighting of selected muscles. Includes mandatory SVG assets - no additional setup required.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg, xml

More

Packages that depend on flutter_body_part_selector