hiking_calories_calculator 0.0.1 hiking_calories_calculator: ^0.0.1 copied to clipboard
A calculator for calculating burned calories during hiking using Pandolf Equation that depends on the weight of the person, weight of the pack, type of the terrain and hiking speed.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add hiking_calories_calculator
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
hiking_calories_calculator: ^0.0.1
Alternatively, your editor might support dart pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:hiking_calories_calculator/hiking_calories_calculator.dart';