Skip to content

Commit 2760e5d

Browse files
authored
[jnigen] revamp readme (#2670)
Fixes #1640. This adds a simple "getting started" section to the readme to guide newcomers through setting up jnigen for a Flutter app. It also shuffles some sections around and reflows the text.
1 parent e3fe811 commit 2760e5d

File tree

2 files changed

+279
-214
lines changed

2 files changed

+279
-214
lines changed

pkgs/jnigen/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@
66

77
## 0.14.2
88

9+
- **Breaking Change**: Throw when output folder contains non JNIgen files.
10+
Users with existing package bindings will need to delete them once to fix the
11+
`A file that was not generated by JNIgen was found in ...` error.
912
- The name `factory` can now also be used in a method name without renaming.
10-
- Throw when output folder contains non JNIgen files. Users with existing
11-
package bindings will need to delete them once for it to start working.
1213
- Added the ability to generate classes in Java SDK (`java.core`) module without
1314
providing the class path.
1415
- Added gradle support for new Flutter projects that use `build.gradle.kts`

0 commit comments

Comments
 (0)