From fd128ba04d8e5391587ee2e0e8ef53ff757b9496 Mon Sep 17 00:00:00 2001 From: 4831c0 <4831c0@proton.me> Date: Wed, 19 Mar 2025 19:42:07 +0100 Subject: [PATCH] 3.1.0+1 --- CHANGELOG.md | 1 + LICENSE | 202 ++++++++++++++++++ README.md | 1 + android/build.gradle | 34 +++ android/gradle.properties | 3 + .../gradle/wrapper/gradle-wrapper.properties | 6 + android/settings.gradle | 1 + android/src/main/AndroidManifest.xml | 3 + .../IsarFlutterLibsPlugin.java | 13 ++ android/src/main/jniLibs/arm64-v8a/libisar.so | Bin 0 -> 1070160 bytes .../src/main/jniLibs/armeabi-v7a/libisar.so | Bin 0 -> 754536 bytes android/src/main/jniLibs/x86/libisar.so | Bin 0 -> 1246488 bytes android/src/main/jniLibs/x86_64/libisar.so | Bin 0 -> 1231008 bytes ios/Classes/IsarFlutterLibsPlugin.h | 4 + ios/Classes/IsarFlutterLibsPlugin.m | 15 ++ ios/Classes/SwiftIsarFlutterLibsPlugin.swift | 16 ++ ios/Classes/binding.h | 6 + ios/isar.xcframework/Info.plist | 40 ++++ ios/isar.xcframework/ios-arm64/libisar.a | Bin 0 -> 11985544 bytes .../ios-arm64_x86_64-simulator/libisar.a | Bin 0 -> 18496160 bytes ios/isar_flutter_libs.podspec | 17 ++ lib/isar_flutter_libs.dart | 1 + linux/CMakeLists.txt | 25 +++ .../isar_flutter_libs_plugin.h | 26 +++ linux/isar_flutter_libs_plugin.cc | 70 ++++++ linux/libisar.so | Bin 0 -> 1231320 bytes macos/Classes/IsarFlutterLibsPlugin.swift | 19 ++ macos/isar_flutter_libs.podspec | 17 ++ macos/libisar.dylib | Bin 0 -> 2219728 bytes pubspec.yaml | 30 +++ windows/CMakeLists.txt | 24 +++ .../isar_flutter_libs_plugin.h | 23 ++ windows/isar.dll | Bin 0 -> 1171456 bytes windows/isar_flutter_libs_plugin.cpp | 82 +++++++ 34 files changed, 679 insertions(+) create mode 100644 CHANGELOG.md create mode 100644 LICENSE create mode 100644 README.md create mode 100644 android/build.gradle create mode 100644 android/gradle.properties create mode 100644 android/gradle/wrapper/gradle-wrapper.properties create mode 100644 android/settings.gradle create mode 100644 android/src/main/AndroidManifest.xml create mode 100644 android/src/main/java/dev/isar/isar_flutter_libs/IsarFlutterLibsPlugin.java create mode 100644 android/src/main/jniLibs/arm64-v8a/libisar.so create mode 100644 android/src/main/jniLibs/armeabi-v7a/libisar.so create mode 100644 android/src/main/jniLibs/x86/libisar.so create mode 100644 android/src/main/jniLibs/x86_64/libisar.so create mode 100644 ios/Classes/IsarFlutterLibsPlugin.h create mode 100644 ios/Classes/IsarFlutterLibsPlugin.m create mode 100644 ios/Classes/SwiftIsarFlutterLibsPlugin.swift create mode 100644 ios/Classes/binding.h create mode 100644 ios/isar.xcframework/Info.plist create mode 100644 ios/isar.xcframework/ios-arm64/libisar.a create mode 100644 ios/isar.xcframework/ios-arm64_x86_64-simulator/libisar.a create mode 100644 ios/isar_flutter_libs.podspec create mode 100644 lib/isar_flutter_libs.dart create mode 100644 linux/CMakeLists.txt create mode 100644 linux/include/isar_flutter_libs/isar_flutter_libs_plugin.h create mode 100644 linux/isar_flutter_libs_plugin.cc create mode 100644 linux/libisar.so create mode 100644 macos/Classes/IsarFlutterLibsPlugin.swift create mode 100644 macos/isar_flutter_libs.podspec create mode 100644 macos/libisar.dylib create mode 100644 pubspec.yaml create mode 100644 windows/CMakeLists.txt create mode 100644 windows/include/isar_flutter_libs/isar_flutter_libs_plugin.h create mode 100644 windows/isar.dll create mode 100644 windows/isar_flutter_libs_plugin.cpp diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..1634a08 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1 @@ +See [Isar Changelog](https://pub.dev/packages/isar/changelog) \ No newline at end of file diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7a4a3ea --- /dev/null +++ b/LICENSE @@ -0,0 +1,202 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS + + APPENDIX: How to apply the Apache License to your work. + + To apply the Apache License to your work, attach the following + boilerplate notice, with the fields enclosed by brackets "[]" + replaced with your own identifying information. (Don't include + the brackets!) The text should be enclosed in the appropriate + comment syntax for the file format. We also recommend that a + file or class name and description of purpose be included on the + same "printed page" as the copyright notice for easier + identification within third-party archives. + + Copyright [yyyy] [name of copyright owner] + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..ab70e97 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +### Flutter binaries for the [Isar Database](https://github.com/isar/isar) please go there for documentation. \ No newline at end of file diff --git a/android/build.gradle b/android/build.gradle new file mode 100644 index 0000000..64fa15b --- /dev/null +++ b/android/build.gradle @@ -0,0 +1,34 @@ +group 'dev.isar.isar_flutter_libs' +version '1.0' + +buildscript { + repositories { + google() + mavenCentral() + } + + dependencies { + classpath 'com.android.tools.build:gradle:7.3.1' + } +} + +rootProject.allprojects { + repositories { + google() + mavenCentral() + } +} + +apply plugin: 'com.android.library' + +android { + compileSdkVersion 30 + + defaultConfig { + minSdkVersion 16 + } +} + +dependencies { + implementation "androidx.startup:startup-runtime:1.1.1" +} \ No newline at end of file diff --git a/android/gradle.properties b/android/gradle.properties new file mode 100644 index 0000000..94adc3a --- /dev/null +++ b/android/gradle.properties @@ -0,0 +1,3 @@ +org.gradle.jvmargs=-Xmx1536M +android.useAndroidX=true +android.enableJetifier=true diff --git a/android/gradle/wrapper/gradle-wrapper.properties b/android/gradle/wrapper/gradle-wrapper.properties new file mode 100644 index 0000000..0a42638 --- /dev/null +++ b/android/gradle/wrapper/gradle-wrapper.properties @@ -0,0 +1,6 @@ +#Sat Nov 12 16:30:49 CET 2022 +distributionBase=GRADLE_USER_HOME +distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip +distributionPath=wrapper/dists +zipStorePath=wrapper/dists +zipStoreBase=GRADLE_USER_HOME diff --git a/android/settings.gradle b/android/settings.gradle new file mode 100644 index 0000000..6942e52 --- /dev/null +++ b/android/settings.gradle @@ -0,0 +1 @@ +rootProject.name = 'isar_flutter_libs' diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml new file mode 100644 index 0000000..4805420 --- /dev/null +++ b/android/src/main/AndroidManifest.xml @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/android/src/main/java/dev/isar/isar_flutter_libs/IsarFlutterLibsPlugin.java b/android/src/main/java/dev/isar/isar_flutter_libs/IsarFlutterLibsPlugin.java new file mode 100644 index 0000000..c28ffa3 --- /dev/null +++ b/android/src/main/java/dev/isar/isar_flutter_libs/IsarFlutterLibsPlugin.java @@ -0,0 +1,13 @@ +package dev.isar.isar_flutter_libs; + +import androidx.annotation.NonNull; + +import io.flutter.embedding.engine.plugins.FlutterPlugin; + +public class IsarFlutterLibsPlugin implements FlutterPlugin { + @Override + public void onAttachedToEngine(@NonNull FlutterPluginBinding flutterPluginBinding) { } + + @Override + public void onDetachedFromEngine(@NonNull FlutterPluginBinding binding) { } +} diff --git a/android/src/main/jniLibs/arm64-v8a/libisar.so b/android/src/main/jniLibs/arm64-v8a/libisar.so new file mode 100644 index 0000000000000000000000000000000000000000..cb4e6db49c43972ba52ef335d502b10356b4325a GIT binary patch literal 1070160 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