We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 104b09f commit 0abd967Copy full SHA for 0abd967
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.2.2
4
+
5
+* Implement batch processing for image detection when exceeding 100 images (by @vlad0209)
6
+* Fix problem with asynchronous image loading from network
7
8
## 1.2.1
9
10
* Enhance ARKit initialization by adding onInitialized callback (by @vlad0209)
pubspec.yaml
@@ -1,6 +1,6 @@
name: arkit_plugin
description: Flutter Plugin for ARKit - Apple's augmented reality (AR) development platform for iOS mobile devices.
-version: 1.2.1
+version: 1.2.2
repository: https://github.com/olexale/arkit_flutter_plugin
issue_tracker: https://github.com/olexale/arkit_flutter_plugin/issues
topics:
0 commit comments