Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

package:jnigen v0.7.0

Compare
Choose a tag to compare
@HosseinYousefi HosseinYousefi released this 13 Sep 13:05
· 13 commits to main since this release
4443ceb
  • Breaking Change (#387): Added JBuffer and JByteBuffer classes as default classes for java.nio.Buffer and java.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 allow dart analyze to pass when strict-casts is set.