Skip to content

Commit

Permalink
[jnigen] Remove macos plugin from package:jni (dart-archive/jnigen#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Nov 2, 2023
1 parent 8974cb0 commit b4a59e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pkgs/jni/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
- **Breaking Change**: `JArray.filled` now uses the generated type class of the
`fill` object and not its Java runtime type.

## 0.7.1
- Removed macOS Flutter plugin until package:jni supports it ([#41](https://github.com/dart-lang/jnigen/issues/41)).

## 0.7.0

- **Breaking Change** ([#387](https://github.com/dart-lang/jnigen/issues/387)):
Expand Down
2 changes: 0 additions & 2 deletions pkgs/jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ flutter:
ffiPlugin: true
windows:
ffiPlugin: true
macos:
ffiPlugin: true
android:
ffiPlugin: true
package: com.github.dart_lang.jni
Expand Down

0 comments on commit b4a59e2

Please sign in to comment.