exath_engine 1.0.1 copy "exath_engine: ^1.0.1" to clipboard
exath_engine: ^1.0.1 copied to clipboard

Flutter plugin for the exath-engine: a complex-native math evaluator with computer algebra (diff, factor, solve, integral, linear algebra), prebuilt for every platform.

Changelog #

1.0.1 #

  • Fix (web): the WASM module failed to load with "Failed to resolve module specifier" because the import used a bare specifier. Now loaded via a dynamic import() against an absolute URL (document.baseURI), so it works under any base href.

1.0.0 #

  • First release of exath_engine: a Flutter plugin for the exath-engine, a complex-native math evaluator with a computer-algebra core. Prebuilt native libraries are bundled for Android, iOS, macOS, Windows, and Linux, and the WASM module is bundled for web. Call await ensureInitialized() once at startup (loads the WASM module on web, no-op elsewhere).
1
likes
160
points
182
downloads

Documentation

API reference

Publisher

verified publisherfabi-sc.com

Weekly Downloads

Flutter plugin for the exath-engine: a complex-native math evaluator with computer algebra (diff, factor, solve, integral, linear algebra), prebuilt for every platform.

Repository (GitHub)
View/report issues

Topics

#math #calculator #cas #evaluator

License

MIT (license)

Dependencies

ffi, flutter, flutter_web_plugins, web

More

Packages that depend on exath_engine

Packages that implement exath_engine