my_math 0.0.2 copy "my_math: ^0.0.2" to clipboard
my_math: ^0.0.2 copied to clipboard

A simple Dart/Flutter package providing basic math operations such as addition, subtraction, multiplication, and division.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add my_math

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  my_math: ^0.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:my_math/my_math.dart';
2
likes
135
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A simple Dart/Flutter package providing basic math operations such as addition, subtraction, multiplication, and division.

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on my_math