select_body_parts 0.0.1 copy "select_body_parts: ^0.0.1" to clipboard
select_body_parts: ^0.0.1 copied to clipboard

An anatomic body part selecting UI package for Flutter.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add select_body_parts

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

dependencies:
  select_body_parts: ^0.0.1

Alternatively, 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:select_body_parts/back_body.dart';
import 'package:select_body_parts/body_part_paths.dart';
import 'package:select_body_parts/body_part_provider.dart';
import 'package:select_body_parts/front_body.dart';
import 'package:select_body_parts/muscle_button.dart';
import 'package:select_body_parts/muscle_path_painter.dart';
2
likes
150
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

An anatomic body part selecting UI package for Flutter.

Homepage

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_svg, path_drawing, provider

More

Packages that depend on select_body_parts