flutter_exprtk_native 0.0.7 copy "flutter_exprtk_native: ^0.0.7" to clipboard
flutter_exprtk_native: ^0.0.7 copied to clipboard

Windows implementation of the flutter_exprtk plugin.

flutter_exprtk_native #

The Windows, Android, iOS and macOS implementation of flutter_exprtk.

Usage #

Import the package #

This package has been endorsed, meaning that you only need to add flutter_exprtk as a dependency in your pubspec.yaml. It will be automatically included in your app when you depend on package:flutter_exprtk.

This is what the above means to your pubspec.yaml:

...
dependencies:
  ...
  flutter_exprtk: ^0.0.7
  ...

If you wish to use the package without web support, you can add flutter_exprtk_native as a dependency:

...
dependencies:
  ...
  flutter_exprtk_native: ^0.0.7
  ...
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Windows implementation of the flutter_exprtk plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi, flutter, flutter_exprtk_platform_interface

More

Packages that depend on flutter_exprtk_native