cedvdb
cedvdb
related https://github.com/flutter/flutter/issues/141371
@rrousselGit This seems more idiomatic, in dart's philosophy: ```dart void fn({int? public}) => _fn(public: public); void _fn({int? public, int? private}) {} ``` The alternative proposed would be confusing regarding the...
This started happening a month ago when running our test suite which is too big for me to isolate the problem but I believe it is due to the exec...
To add an example of usefulness of this : There was a request on to add the index to list.forEach in the dart language. Unfortunately it couldn't be done because...
commented here https://github.com/cedvdb/phone_form_field/issues/228#issuecomment-2027959908
I don't see two separate projects by different maintainers being very successful, or different sets of flags on figma, each with their own subtle changes, for that matter. Ideally there...
Gotcha, but : This library is circle flags, having the ability to change the border radius is warranted. To do so squared flags are needed to hide or show more...
Flags may not display on flutter because of the mask in some scenarios ( https://github.com/HatScripts/circle-flags/issues/105)
Glad to hear that, this looks really like an interesting package, my guess is that it's going to be quite successful with a little more features here and there. Sorry...
> There are other ways of solving this: > > 1 - Precache SVGs as described here. > > 2 - Create a dart file where each of your SVGs...