Sourced from jni's releases.
package:jni v0.7.0
- Breaking Change (#387): Added
JBufferandJByteBufferclasses as default classes forjava.nio.Bufferandjava.nio.ByteBufferrespectively.- Breaking Change: Made the type classes
final.- Fixed a bug where
addAll,removeAllandretainAllinJSetwould run their respective operation twice.- Fixed a bug where
JList.insertAllwould not throw the potentially thrown Java exception.package:jnigen v0.7.0
- Breaking Change (#387): Added
JBufferandJByteBufferclasses as default classes forjava.nio.Bufferandjava.nio.ByteBufferrespectively.- Breaking Change: Made the type classes
final.- Added
ignore_for_file: lines_longer_than_80_charsto the generated file preamble.- Added an explicit cast in generated
<Interface>.implementcode to allowdart analyzeto pass whenstrict-castsis set.