wincalc_engine 0.0.10 copy "wincalc_engine: ^0.0.10" to clipboard
wincalc_engine: ^0.0.10 copied to clipboard

Dart FFI bindings to the Windows Calculator engine, providing standard, scientific, and programmer calculator functionality.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wincalc_engine

With Flutter:

 $ flutter pub add wincalc_engine

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

dependencies:
  wincalc_engine: ^0.0.10

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

Import it

Now in your Dart code, you can use:

import 'package:wincalc_engine/wincalc_engine.dart';
0
likes
150
points
249
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Dart FFI bindings to the Windows Calculator engine, providing standard, scientific, and programmer calculator functionality.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, ffi, hooks, logging, native_toolchain_c

More

Packages that depend on wincalc_engine