Andrew Coutts
Andrew Coutts
Why not use emojis or this package? https://pub.dev/packages/country_icons Flags are a lot of work to maintain and outside of the scope of this package focused on phone number formatting.
https://stackoverflow.com/questions/61402449/how-to-replace-country-code-to-flag-emoji-in-flutter
The official libphonenumber library is only supported in java, c++ and javascript. Maybe you can make it work with dart:ffi with c++ but it's much easier to just use the...
Can you provide any more context?
It's a tricky thing. There's no real solution since you have to know the country code to correctly parse it. The best you can do is guess which is what...
I wonder if this might explain the issue I'm having. We use a lottie splash animation in our app right after the native splash. After I upgraded to flutter 3.27,...
I'm having the same issue after bumping flutter from 3.19 to 3.24.1 ``` custom_lint: ^0.6.5 ``` ``` custom_lint: rules: - avoid_public_notifier_properties: false - provider_parameters: true ``` Nothing else changed in...
For a temporary workaround, I was able to downgrade using this command: ``` ha core update --version 2022.3.8 ```
We do indeed. dependabot.yml is pointed to the dart workspace folder and inside it is our app package. But this bug was affecting us before we implemented the workspace so...
@ a-schur perhaps can you share the reproduction you did? I am not sure what flutter version this started at as I've only recently started using dependabot like this. Is...