seceba

Results 13 comments of seceba

Thank you for your help, you have shared very useful information. I would like to make one addition. If we add double quotes to the key name when submitting Form-Data...

I fixed the problem in directory_type_handler.dart by changing find this line in directory_type_handler.dart: `var match = fileCandidates.firstWhere((file) => file.existsSync()); ` and add below this code: ``` var realpath = await...

@d-markey Thank you for your solution. I had to use the resolveSymbolicLinks function because I couldn't otherwise find out what expressions like ../../../../ translate the link into. Using resolveSymbolicLinks seems...

I recreated your problem, as you said, when we add something to the onInternalError response like ( statuscode header etc), an error occurs and the application crashes. The fastest way...

Hel @rknell In the error handling episode. If someone use this example like copy/paste an error occurs and the app crashes. ![Screenshot_20220915-132356_Chrome](https://user-images.githubusercontent.com/20662454/190381020-8601334a-c8bb-4e73-a746-d440db42bfba.jpg)

It is probably null because you did not add @HiveField to the second adapter. I can't comment because I can't see the model, but you should use a structure similar...

Hi, I'm getting the same problem 3.1.1 update is related to this error?

Version 3.0.6 does not have this problem. When I updated to version 3.1.0, I started to get this problem.

So I had to use another package. audioplayers this package sees it.

I am also experiencing this problem and the other issue. Has the new 3.1.1 update fixed the problem in the new 3.1.1 update and the other issue? Other issue: https://github.com/florent37/Flutter-AssetsAudioPlayer/issues/803