Khofidin

Results 10 comments of Khofidin

This is not a bug, this happens when you are using ```flutter_svg``` version 1.x.x. The problem was flutter_html 2 still using flutter_svg version < 1. To resolve this problem, you...

When I set dark mode, the list number won't change to the expected color as well. The code is as follows: ```dart style: { "body": Style( fontSize: const FontSize(16.0), margin:...

@JHBitencourt can you at least have a look at this PR, please? Thanks

Yeah, I prefer to use this version. The new version has so many issues need to be fixed.

I would love it if ```null-safety``` supported. I have been using this tool every day

Duplicate of #1673

Tried using real device on iPhone XR using iOS 17.0.3. I can confirm that this update/PR is working well with small piece of example code. Will try to implement in...

Mine iPhone XR, iOS 17.0.2 got this error: ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(bgTaskSchedulingFailed(Error Domain=BGTaskSchedulerErrorDomain Code=1 "(null)") error, Scheduling the task using BGTaskScheduler has failed. This may be due to too...

How to add this lib into Android Studio using Gradle? I didn't see any repo url here. Thanks.