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

Fix #9 #15

Merged
merged 1 commit into from
Mar 14, 2022
Merged

Fix #9 #15

merged 1 commit into from
Mar 14, 2022

Conversation

Foldblade
Copy link
Collaborator

Changed

  • /lib/src/model_viewer_plus_mobile.dart, update according to the newest document. Fix #9.
    • Insted of com.google.ar.core, now we use com.google.android.googlequicksearchbox. This should support the widest possible range of devices.
    • Mode defaults to ar_preferred. Scene Viewer launches in AR native mode as the entry mode. If Google Play Services for AR isn't present, Scene Viewer gracefully falls back to 3D mode as the entry mode.
  • Update example\android\app\build.gradle compileSdkVersion to 31
  • Update android_intent_plus to 3.1.1
  • Update android_intent_plus to 3.0.1

Removed

  • /lib/src/http_proxy.dart: empty file

### Changed

- `/lib/src/model_viewer_plus_mobile.dart`, update according to the [newest document](https://developers.google.com/ar/develop/scene-viewer#3d-or-ar). Fix [omchiii#9](omchiii#9).
  - Insted of `com.google.ar.core`, now we use `com.google.android.googlequicksearchbox`. This should support the widest possible range of devices.
  - Mode defaults to `ar_preferred`. Scene Viewer launches in AR native mode as the entry mode. If Google Play Services for AR isn't present, Scene Viewer gracefully falls back to 3D mode as the entry mode.
- Update `example\android\app\build.gradle` `compileSdkVersion` to 31
- Update `android_intent_plus` to `3.1.1`
- Update `android_intent_plus to` `3.0.1`

### Removed

- `/lib/src/http_proxy.dart`: empty file
@Foldblade Foldblade merged commit 6f83395 into omchiii:master Mar 14, 2022
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

Successfully merging this pull request may close these issues.

AR button object not found (Intent Error)
1 participant