Skip to content

Commit

Permalink
Merge pull request #148 from tensorflow/0.10.2
Browse files Browse the repository at this point in the history
0.10.2
  • Loading branch information
PaulTR authored Sep 27, 2023
2 parents c361052 + 00c8f80 commit 518c671
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 518c671

Please sign in to comment.