flutter_body_part_selector 1.1.2 copy "flutter_body_part_selector: ^1.1.2" to clipboard
flutter_body_part_selector: ^1.1.2 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.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
0
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

License

unknown (license)

Dependencies

flutter, flutter_svg, xml

More

Packages that depend on flutter_body_part_selector