Skip to content

Commit aee759b

Browse files
committed
Add jni
1 parent c64c1f1 commit aee759b

3 files changed

Lines changed: 10 additions & 0 deletions

File tree

linux/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
1515
)
1616

1717
list(APPEND FLUTTER_FFI_PLUGIN_LIST
18+
jni
1819
logtee
1920
)
2021

pubspec.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,14 @@ packages:
740740
url: "https://pub.dev"
741741
source: hosted
742742
version: "1.0.5"
743+
jni:
744+
dependency: transitive
745+
description:
746+
name: jni
747+
sha256: d2c361082d554d4593c3012e26f6b188f902acd291330f13d6427641a92b3da1
748+
url: "https://pub.dev"
749+
source: hosted
750+
version: "0.14.2"
743751
js:
744752
dependency: transitive
745753
description:

windows/flutter/generated_plugins.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ list(APPEND FLUTTER_PLUGIN_LIST
1919
)
2020

2121
list(APPEND FLUTTER_FFI_PLUGIN_LIST
22+
jni
2223
logtee
2324
)
2425

0 commit comments

Comments
 (0)