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

Commit

Permalink
Remove macos plugin from package:jni (#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
HosseinYousefi committed Nov 2, 2023
1 parent 08abb89 commit e1df7a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 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 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 e1df7a6

Please sign in to comment.