math_utils_2 0.0.1 copy "math_utils_2: ^0.0.1" to clipboard
math_utils_2: ^0.0.1 copied to clipboard

Simple math utils

Simple library

Features #

  • Addition of two values
  • Increment value by 1

Getting started #

In your pubspec.yaml file, under dependencies include math_utils_2 : 0.1.0

Usage #

import "math_utils_2.dart/Calculator";
var calculator = Calculator();
var increment = calculator.addOne(2);
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

Simple math utils

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on math_utils_2