versatile_calculator 0.0.3 copy "versatile_calculator: ^0.0.3" to clipboard
versatile_calculator: ^0.0.3 copied to clipboard

A simple calculator with some unique attributes that stores history of the previous calculations in a scrollview.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add versatile_calculator

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

dependencies:
  versatile_calculator: ^0.0.3

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:versatile_calculator/versatile_calculator.dart';
2
likes
80
pub points
0%
popularity

Publisher

verified publisherrayquazax.com

A simple calculator with some unique attributes that stores history of the previous calculations in a scrollview.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter, flutter_hooks, hooks_riverpod, math_expressions

More

Packages that depend on versatile_calculator