This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
package:jnigen v0.7.0
·
13 commits
to main
since this release
- Breaking Change (#387): Added
JBuffer
andJByteBuffer
classes as default classes forjava.nio.Buffer
andjava.nio.ByteBuffer
respectively. - Breaking Change: Made the type classes
final
. - Added
ignore_for_file: lines_longer_than_80_chars
to the generated file preamble. - Added an explicit cast in generated
<Interface>.implement
code to allowdart analyze
to pass whenstrict-casts
is set.