From 99c29d6f4588ab3b556621f8fc8dadb69ddcb4c9 Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Thu, 2 Nov 2023 18:52:42 +0100 Subject: [PATCH 1/2] remove macos plugin from package:jni --- jni/CHANGELOG.md | 3 +++ jni/pubspec.yaml | 4 +--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/jni/CHANGELOG.md b/jni/CHANGELOG.md index 64ddb4d7..3641fada 100644 --- a/jni/CHANGELOG.md +++ b/jni/CHANGELOG.md @@ -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)): diff --git a/jni/pubspec.yaml b/jni/pubspec.yaml index 46bedce2..ee6cedd4 100644 --- a/jni/pubspec.yaml +++ b/jni/pubspec.yaml @@ -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.6.1 repository: https://github.com/dart-lang/jnigen/tree/main/jni topics: @@ -41,8 +41,6 @@ flutter: ffiPlugin: true windows: ffiPlugin: true - macos: - ffiPlugin: true android: ffiPlugin: true package: com.github.dart_lang.jni From f0dac4502d18c629ea4fa6abbedb245fec9ed652 Mon Sep 17 00:00:00 2001 From: Hossein Yousefi Date: Thu, 2 Nov 2023 18:56:06 +0100 Subject: [PATCH 2/2] oops, 0.7.1 --- jni/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/pubspec.yaml b/jni/pubspec.yaml index ee6cedd4..757a9995 100644 --- a/jni/pubspec.yaml +++ b/jni/pubspec.yaml @@ -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.6.1 +version: 0.7.1 repository: https://github.com/dart-lang/jnigen/tree/main/jni topics: