Git Product home page Git Product logo

Comments (9)

iakshatbisht avatar iakshatbisht commented on July 30, 2024 1

??

from arcore_flutter_plugin.

iakshatbisht avatar iakshatbisht commented on July 30, 2024

kindly refer to this issue stated above. it is for ar core flutter plugin

from arcore_flutter_plugin.

iakshatbisht avatar iakshatbisht commented on July 30, 2024

Outputs of my flutter doctor -v command is as follows:

C:---------\AndroidStudioProjects\ar_core_example>flutter doctor -v
[√] Flutter (Channel stable, v1.17.3, on Microsoft Windows [Version 10.0.18362.959], locale en-IN)
• Flutter version 1.17.3 at C:\flutter
• Framework revision b041144 (7 weeks ago), 2020-06-04 09:26:11 -0700
• Engine revision ee76268252
• Dart version 2.8.4

[√] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
• Android SDK at C:-------\AppData\Local\Android\sdk
• Platform android-29, build-tools 29.0.2
• Java binary at: C:\Program Files\Android\Android Studio\jre\bin\java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)
• All Android licenses accepted.

[√] Android Studio (version 4.0)
• Android Studio at C:\Program Files\Android\Android Studio
• Flutter plugin version 47.1.2
• Dart plugin version 193.7361
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b01)

[√] VS Code (version 1.46.1)
• VS Code at C:-----\AppData\Local\Programs\Microsoft VS Code
• Flutter extension version 3.11.0

[√] Connected device (2 available)
• GM1911 • 5a78b3ea • android-arm64 • Android 9 (API 28)
• Redmi Note 5 Pro • 92ec6a26 • android-arm64 • Android 9 (API 28)

• No issues found!

from arcore_flutter_plugin.

RobinLbt avatar RobinLbt commented on July 30, 2024

@iakshatbisht did you found a solution ? I'm experimenting the same problem. Working fine in debug mode but not in release

from arcore_flutter_plugin.

RobinLbt avatar RobinLbt commented on July 30, 2024

Ok after a lot of testing I've found the problem.
Nothing to do with this plugin, it was because I was calling boundary.debugNeedsPaint in release mode.
You need to remove this call or to check before calling it in which mode you are at runtime with :
if(kDebugMode)

from arcore_flutter_plugin.

naveenbharadwaj19 avatar naveenbharadwaj19 commented on July 30, 2024

@RobinLbt Could you be more specific ? I'm facing the same problem it is working fine in debug mode not in release & profile

from arcore_flutter_plugin.

RobinLbt avatar RobinLbt commented on July 30, 2024

Unfortunately, I had to live with this problem
One thing you can do is trying this plugin https://github.com/CariusLars/ar_flutter_plugin
IMO it's a more stable and performant one for Android.

from arcore_flutter_plugin.

naveenbharadwaj19 avatar naveenbharadwaj19 commented on July 30, 2024

@RobinLbt So the problem is with arcore_flutter_plugin ? Few months back even in release mode everything was working fine

from arcore_flutter_plugin.

RobinLbt avatar RobinLbt commented on July 30, 2024

Yes I've tried everything and it seems like the plugin is creating the problem

from arcore_flutter_plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.