flutter_exprtk_web 0.0.8 copy "flutter_exprtk_web: ^0.0.8" to clipboard
flutter_exprtk_web: ^0.0.8 copied to clipboard

Platformweb

Web implementation of the flutter_exprtk plugin.

flutter_exprtk_web #

The Web 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.9
  ...

If you wish to use the Web package only, you can add flutter_exprtk_web as a dependency:

...
dependencies:
  ...
  flutter_exprtk_web: ^0.0.8
  ...
0
likes
100
pub points
0%
popularity

Publisher

unverified uploader

Web implementation of the flutter_exprtk plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_exprtk_platform_interface, flutter_web_plugins

More

Packages that depend on flutter_exprtk_web