Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.0-alpha - Question #216

Open
dariocavada opened this issue Jul 20, 2023 · 0 comments
Open

0.2.0-alpha - Question #216

dariocavada opened this issue Jul 20, 2023 · 0 comments

Comments

@dariocavada
Copy link

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.

Thank you for your time and assistance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant