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

A new flutter package to build dynamic calculator easily with full customization ability. It'll be helpful for making a custom keyboard or a bottom sheet modal calculator.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_dynamic_calculator

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

dependencies:
  flutter_dynamic_calculator: ^1.0.0

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:flutter_dynamic_calculator/flutter_dynamic_calculator.dart';
12
likes
120
pub points
60%
popularity

Publisher

unverified uploader

A new flutter package to build dynamic calculator easily with full customization ability. It'll be helpful for making a custom keyboard or a bottom sheet modal calculator.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

auto_size_text, expressions, flutter, flutter_grid_item, intl

More

Packages that depend on flutter_dynamic_calculator