Florian GARIBAL

Results 7 comments of Florian GARIBAL

I tried using the following code but: - My row overflow on the fight side and I cannot fiw its `width` using a `Container`, it is still the same -...

Exact same problem for me, I could not get a localized hint text. It does not update itself when the AppLocalizations object changes.

Hi @matiastucci, did you find an answer about your problem? Looking for the same behavior as you were 1year and a half ago and cannot find any way to do...

> > > @victor045, what is the exact problem you are having? Can't simply get the coordinates from the returned instance of the `Location` class? Hi! I think what @victor045...

Any news about this?

Hi! First thanks @Kavantix for your work! I am trying to create `SliverStack` containing an horizontal `SingleChildScrollView` and a vertical `CustomScrollView`. ```dart SliverStack( positionedAlignment: Alignment.topCenter, children: [ CustomScrollView(...), SliverPositioned( top:...