fluttercalculatorpackage 1.0.0 copy "fluttercalculatorpackage: ^1.0.0" to clipboard
fluttercalculatorpackage: ^1.0.0 copied to clipboard

A new Flutter package.

example/example.dart

import 'package:fluttercalculatorpackage/fluttercalculatorpackage.dart';

void main() {
  // instantiate
  Calculator calculator = Calculator();

  // Functionalities
  calculator.squareNumber(3); // To square a number
  calculator.addOne(3); // To add 1 to a number
  calculator.subtractOne(3); // To subtract 1 from a number
  calculator.addNumber(3); // To add the same number to provided number
  calculator.subtractNumber(3); // To subtract the same number from the provided number
}
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

A new Flutter package.

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on fluttercalculatorpackage