S C Arham

Results 9 comments of S C Arham

Is there any ETA to when this issue is going to get resolved? Also will this affect the "release" version of flutter app or only debug?

I can confirm this, i am facing the same issue with my nestjs app with prisma: 5.12.1, when checking `exception instanceOdf Prisma.PrismaClientKnownRequestError`. I have a multi database setup with two...

@nikhil7299 in Talker_Flutter.init(), the log method for iOS is debug log, as per my inspection of the package. If you could share which file you changed it would help me...

Did you check TalkerFlutter.init(), source code? It is actually similar to this. But when I used that started for a few times it was printing fine but suddenly it stopped...

@Frezyx Sorry for the late reply, but the code is as follows: ``` _talker = TalkerFlutter.init(); ``` I tried doing what @nikhil7299 did, the devtools.log is not working actually, when...

> @arhamsc Did you run in debug mode or without debugging? Developer tools .log() works only in debug mode. I ran the app in debug mode. And then tried changing...

Is there any update on this thread? @Frezyx Is it due to the new devctl command that apple has introduced which requires flutter to be run via xcode?

@nikhil7299 Yes I used the internal vs code run command. And I have tried the steps you have mentioned. It seems to be the general problem of the apple making...

It seems to be printing onto IoS console in a neater way now. Device: Iphone 14 Pro Max IOS: 17 But there is not color coding and has some weird...