rainerlonau
rainerlonau
It´s really strange, because this new verions of firebase cloud messaging uses this plugin and it´s tagged to work with 'web': https://pub.dev/packages/firebase_messaging/versions/8.0.0-dev.14/example I mixed my code with their example, using...
> > It´s really strange, because this new verions of firebase cloud messaging uses this plugin and it´s tagged to work with 'web': > > https://pub.dev/packages/firebase_messaging/versions/8.0.0-dev.14/example > > I mixed...
I had the same error. For me it was because I clicked the default run main.dart button to start the app. I adjusted the run configuration for "dev" and "prod"...
> As a workaround: > > Create the file `js_web.dart` > > ``` > @JS() > library js; > > import 'package:js/js.dart'; > > @JS('window.eval') > external dynamic eval(dynamic arg);...
> If you guys @crisperit or @rainerlonau would send a MR for this it will be very welcome. Hi, I´m not really sure how to do that (never did contribute...
Just tried out nft for the past hours. Used vuforia, wikitude and metaio before. Happy that I found this thread here! I mean basically "Image Tracking totally unusable" sums it...
Using an iframe helped me to fix it on my Samsung S6 (in the Samsung browser). Solution from here: https://stackoverflow.com/a/14738668/5028033 This is what I use now as iframe "container". Project...
Thanks @qu1ckdry, this is what I use now as iframe "container": https://pastebin.com/EKRLwQEz
Hi, I´ve got the same error in my Unity project. Unity 2021.3.10f1 ARFoundation 4.2.7 ARCore XR Plugin 4.2.7 ARKit XR plugin 4.2.7 The app works on iOS. Android crashes...
I can confirm that the missing .meta file a problem, when adding via https://github.com/Rozhovetskyi/AR-Support-Checker.git I couldn´t build and Android app on my MacBook. Importing the linked package from the [README.md](https://github.com/Rozhovetskyi/AR-Support-Checker#readme)...