I am currently trying to utilize version 0.2.0-alpha because version 0.1.0 seems to have compatibility issues with Gradle/Kotlin.
Here are the steps I have taken to attempt to reproduce the problem:
Created a new Flutter app.
Added the 0.2.0-alpha version of the plugin.
Copied the example files into the 'lib' directory.
Copied all assets into the 'assets' folder.
Changed the name of the methods in the example as follows:
[BREAKING] Renamed 'loadMultipleAugmentedImage' to 'loadAugmentedImages'.
[BREAKING] Removed 'loadSingleAugmentedImage' in favor of 'loadAugmentedImages'.
Changed the 'minSdk' version to 24.
Ran the app, which launched successfully.
However, upon selecting any of the tests, the app failed to perform as expected. For instance, opening the camera and pointing it at the image resulted in no changes. Similarly, selecting 'Augmented Faces' opened the front camera, but no subsequent actions occurred.
I would appreciate any advice or suggestions you might have on what I could do next, or if there are any other tests you recommend I perform.
I am currently trying to utilize version 0.2.0-alpha because version 0.1.0 seems to have compatibility issues with Gradle/Kotlin.
Here are the steps I have taken to attempt to reproduce the problem:
However, upon selecting any of the tests, the app failed to perform as expected. For instance, opening the camera and pointing it at the image resulted in no changes. Similarly, selecting 'Augmented Faces' opened the front camera, but no subsequent actions occurred.
I would appreciate any advice or suggestions you might have on what I could do next, or if there are any other tests you recommend I perform.
Thank you for your time and assistance.