Last updated:
0 purchases
flutter exprtk native
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
...
copied to clipboard
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
...
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.