Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 396 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 396 Bytes

Muscle Selector

Human Body Muscle Selector for Flutter.

Screen.Recording.2024-05-20.at.9.42.33.p.m.mov

Getting started

In the pubspec.yaml add the dependency:

dependencies:
  ...
  muscle_selector: any

In your library file add the following import:

import 'package:muscle_selector/muscle_selector.dart';