Enguerrand ARMINJON

Results 338 comments of Enguerrand ARMINJON

@sigurdm More data bellow, I hope it can help analysis: Reproductible with `flutter 3.7.12` and `3.10.7` (update intl for this). pubspec.yaml ```yaml name: untitled description: A new Flutter project. publish_to:...

Ty for your answer. I'm a bit lost. What is a test suite ? It's a file containing tests ?

Okay understood. A solution could be to have a function like group named suite which will do that ?

It will be painful to maintain for example if it's based on an enum or an Iterable logic. Also, when the list is 'huge' like 100, creating and maintain 100...

https://github.com/flutter/flutter/issues/116267

> any update? No, this issue depend of https://github.com/flutter/flutter/issues/33875.

Actually the country json data didn't contain for each department, the linked position (top left x-y and bottom right x-y) inside the country map. With this data it could be...

I can help. I need to understand from which website / api you get the SVG data. The goal of this feature is to transfrom for example france region instruction...

Also, by adding (if possible) some new data inside Map instruction. If we can have for each department their LatLong, it could improve maybe the Marker feature. (it will increase...

Could be great to keep the old and the new border version of the France's region. Personally, i build an app which use and need the old one. Also it's...