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

Remove macos plugin from package:jni #415

Merged
merged 3 commits into from
Nov 2, 2023
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions jni/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 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
4 changes: 1 addition & 3 deletions jni/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

name: jni
description: A library to access JNI from Dart and Flutter that acts as a support library for package:jnigen.
version: 0.7.0
version: 0.7.1
repository: https://github.com/dart-lang/jnigen/tree/main/jni

topics:
Expand Down 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