We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14b083e commit c85cebdCopy full SHA for c85cebd
2 files changed
CHANGELOG.md
@@ -1,9 +1,9 @@
1
# Changelog
2
3
-## 1.2.2
+## 1.3.0
4
5
+* BREAKING CHANGE! Make network image loading asynchronous
6
* Implement batch processing for image detection when exceeding 100 images (by @vlad0209)
-* Fix problem with asynchronous image loading from network
7
8
## 1.2.1
9
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.2
+version: 1.3.0
repository: https://github.com/olexale/arkit_flutter_plugin
issue_tracker: https://github.com/olexale/arkit_flutter_plugin/issues
topics:
0 commit comments