You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(If we'd then hook/generate.dart scan the Dart files for // import com.example.foo.Foo.java grab those lines and put them in a generated jnigen config, and report both the Java files and the Dart files as dependencies, you'd add an import comment to a Dart file, wait a bit and then be able to call the Java function!)
Package
build_runner
has awatch
mode, to enable generating files on save.If we introduce a
hook/generate.dart
it would likely have abatch
mode, and awatch
mode.FFIgen currently only has a batch mode, we should consider starting to support a watch mode.
This will require first solving:
The text was updated successfully, but these errors were encountered: