calc_core 1.0.1 copy "calc_core: ^1.0.1" to clipboard
calc_core: ^1.0.1 copied to clipboard

A Dart implementation of a digital calculator logic for Flutter Calc Project.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add calc_core

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

dependencies:
  calc_core: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:calc_core/calc.dart';
import 'package:calc_core/number.dart';
0
likes
30
pub points
8%
popularity

Publisher

unverified uploader

A Dart implementation of a digital calculator logic for Flutter Calc Project.

Repository

Documentation

Documentation

License

MIT (LICENSE)

More

Packages that depend on calc_core