op 0.2.0
op: ^0.2.0 copied to clipboard
A Dart library defining interfaces for mathematical operations, such as addition and multiplication
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add opWith Flutter:
$ flutter pub add opThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
op: ^0.2.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:op/op.dart';