Rois Khoiron

Results 16 comments of Rois Khoiron

i have same issue if running on mobile device(android&ios), but if im running at web(chrome) its normaly running. anyone can explain me, why ?

> Did you try this? https://stackoverflow.com/questions/68344424/unrecognized-attribute-name-module-class-com-sun-tools-javac-util-sharednametab i've been upgrade to jdk 11 version, but after re-execute the problem its same error with `An exception has occurred in the compiler (1.8.0_242-release).`

> > Did you try this? https://stackoverflow.com/questions/68344424/unrecognized-attribute-name-module-class-com-sun-tools-javac-util-sharednametab > > i've been upgrade to jdk 11 version, but after re-execute the problem its same error with `An exception has occurred in...

> I'm facing the same issue with compileSdkVersion 31. I don't understand how to upgrade to jdk 11, the SO link only talks about android studio, I run the flutter...

> For others having the same issue, the lines to add to AndroidManifest are the following: > > ``` > > > > > > ``` Nice ! its work...

> I have the same problem > > Here's my Pusher config : > > ```dart > static PusherClient? pusher; > static Channel? channel; > > static Future initPusher(String token,...

> Do we have any solution on this problem? i suggest socket_io_client_2

> > > Do we have any solution on this problem? > > > > > > i suggest socket_io_client_2 > > Is it socket_io_client? I can't find socket_io_client_2 socket_io_client:...

i ve same problem with format @required so manualy i fix it to 'required' only

> Ive read a document from Get. Hope be useful > > https://github.com/jonataslaw/getx/blob/master/documentation/en_US/route_management.md i have been tried and its work. but when we use Get.to() with arguments its still null...