diff --git a/CHANGELOG.md b/CHANGELOG.md index 496cb29..2895240 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ -## -0.10.0 (May 22, 2023) +## 0.10.2 (September 27, 2023) +* MacOS desktop support added! +* Additional samples added +* Various bug fixes + +## 0.10.0 (May 22, 2023) * Use ffi for binding to iOS dependencies. Use the ios/tflite_flutter.podspec file to specify tensorflow lite library version. Dependencies are automatically downloaded without user intervention (no need for releases/download folder) * Use ffi for binding with Android dependencies. Use the android/build.gradle file to specify tensorflow lite library version. Dependencies are automatically downloaded without user intervention (no need for releases/download folder) * Use ffigen to generate the binding code in dart diff --git a/example/text_classification/blobs/.gitkeep b/example/text_classification/blobs/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/example/text_classification/blobs/libtensorflowlite_c-linux.so b/example/text_classification/blobs/libtensorflowlite_c-linux.so deleted file mode 100644 index 7c52b86..0000000 Binary files a/example/text_classification/blobs/libtensorflowlite_c-linux.so and /dev/null differ diff --git a/example/text_classification/blobs/libtensorflowlite_c-macos.dylib b/example/text_classification/blobs/libtensorflowlite_c-macos.dylib deleted file mode 100644 index 5809048..0000000 Binary files a/example/text_classification/blobs/libtensorflowlite_c-macos.dylib and /dev/null differ diff --git a/example/text_classification/blobs/libtensorflowlite_c-win.dll b/example/text_classification/blobs/libtensorflowlite_c-win.dll deleted file mode 100644 index 669e781..0000000 Binary files a/example/text_classification/blobs/libtensorflowlite_c-win.dll and /dev/null differ diff --git a/pubspec.yaml b/pubspec.yaml index 6f9e93d..22bb6b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -16,7 +16,7 @@ name: tflite_flutter description: TensorFlow Lite Flutter plugin provides an easy, flexible, and fast Dart API to integrate TFLite models in flutter apps across mobile and desktop platforms. -version: 0.10.1 +version: 0.10.2 homepage: https://github.com/tensorflow/flutter-tflite environment: