Knightro

Results 46 comments of Knightro

Solution: Go to flutter_nordic_dfu-3.0.0 open FlutterNordicDfuPlugin.java and change line 284 form: final NotificationManager manager = (NotificationManager) registrar.activity().getSystemService(Context.NOTIFICATION_SERVICE); to: final NotificationManager manager = (NotificationManager) mContext.getSystemService(Context.NOTIFICATION_SERVICE); This should fix any issue you...

Hi @hasnentai, This can happen for a multiple of reasons, but mainly has to do with the AndroidManifest.xml file. Can you compare yours to the example one to see if...

Hi @hasnentai, I a experienced the same issue you are with `runApp(MaterialApp(home: multi_views(fileName: 'multi_views'),));`. The issue is that flutter_gl is loading async and the views are loading before flutter_gl is...

Hi @hasnentai, I edited multi_views in the examples in my repo to represent the code above. I moved them around so check the others folder. I also added a small...

Hi @zhazhazsy, I have noticed that error as well. Have you tried an older version of this repo e.g.(three_dart: 0.0.14 and three_dart_jsm:0.0.9)? If those don't work please try : three_dart:...

Hi @BobaTrek I just tried it with the examples and had no issue. Move them from dependency_overrides: to dependencies: don't have anything in the dependency_overrides section. run flutter clean, flutter...

Hi @BobaTrek, I am sorry you having problems with all of the repos. So I restarted everything to see if I could mimic the problems you are experiencing. I also...

Hi @BobaTrek, I do not get the error GL error 0x500. I was wondering what type of os you are using? I have set OpenGL ES level to Renderer maximum...

Hi all, I have it working with the older version. Three_dart 0.0.14 and three_dart_jsm 0.0.9. There is an issue with three_dart 0.0.16 and three_dart_jsm 0.0.10 with the fbx file loading...

Hi @notbucai, When using the above code I am able to get it to work. Can you tell me what version of three_dart you are using? Please try three_dart: 0.0.14....