flutter_body_part_selector 1.1.4 copy "flutter_body_part_selector: ^1.1.4" to clipboard
flutter_body_part_selector: ^1.1.4 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 [...]

1.1.4 #

  • NEW: Added demo video to README for better package showcase

1.1.3 #

  • NEW: Made asset parameter optional in InteractiveBodySvg - now you can use isFront parameter to automatically use package assets without specifying paths
  • IMPROVED: Simplified usage - no need to manually specify asset paths when using package assets

1.1.2 #

  • NEW: Added setter for selectedMuscles property - now supports controller.selectedMuscles = {...} syntax for convenience
  • FIXED: Removed trailing garbage text from README.md

1.1.1 #

  • Minor version update

1.1.0 #

  • NEW: Added toggleMuscle() method for explicit muscle selection toggling
  • NEW: Added deselectMuscle() method to deselect a specific muscle
  • NEW: Added setSelectedMuscles() method to replace entire selection programmatically
  • NEW: Added selectMultiple() method to add multiple muscles without clearing existing selection
  • NEW: Added constructor to BodyMapController for initial state (selected muscles, disabled muscles, initial view)
  • IMPROVED: Enhanced documentation with clear read-only vs writable property markers
  • IMPROVED: Added comprehensive "Common Pitfalls" section to README
  • IMPROVED: Added extensive examples for programmatic selection management
  • IMPROVED: Better documentation for all controller methods with usage examples

1.0.0 #

  • Initial release
  • Interactive body selector with SVG support
  • Tap to select muscles functionality
  • Visual highlighting of selected muscles
  • Front and back body views
  • Programmatic muscle selection via controller
  • Customizable highlight and base colors
  • Support for 30+ muscles across front and back views
1
likes
140
points
168
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

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_svg, xml

More

Packages that depend on flutter_body_part_selector