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.7
...
If you wish to use the Web package only, you can add flutter_exprtk_web
as a
dependency:
...
dependencies:
...
flutter_exprtk_web: ^0.0.7
...