flubo_calc 1.0.1
flubo_calc: ^1.0.1 copied to clipboard
Basic computation from some of my projects. For now nothing special, this is my first package I made, and if someone thinks it useful, let it use. p.s. This is a result of learning how to make my own packages.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add flubo_calcWith Flutter:
$ flutter pub add flubo_calcThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flubo_calc: ^1.0.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.