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

A professional Flutter calculator widget with customizable design that can be easily integrated into any Flutter application.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add smart_calculator

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

dependencies:
  smart_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:smart_calculator/smart_calculator.dart';
1
likes
140
points
2
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A professional Flutter calculator widget with customizable design that can be easily integrated into any Flutter application.

Repository (GitHub)
View/report issues

Topics

#calculator #ui #widget #tools

Documentation

Documentation
API reference

Funding

Consider supporting this project:

patreon.com

License

MIT (license)

Dependencies

flutter, intl, math_expressions, provider, shared_preferences

More

Packages that depend on smart_calculator