workout_flutter_guide 0.1.1
workout_flutter_guide: ^0.1.1 copied to clipboard
302 exercises with 906 offline SVG frames, a typed catalog with search and filters, and ready-to-use Flutter widgets. Community port of @bryllim/workout-guide.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add workout_flutter_guideThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
workout_flutter_guide: ^0.1.1Alternatively, 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:workout_flutter_guide/workout_flutter_guide.dart';