Sandro Maglione

Results 59 comments of Sandro Maglione

Hi @rrousselGit How are you planning to implement enums in freezed? Are you planning to implement it in the near future or is it going to take more time? This...

Hi @barapa , What do you mean specifically? How would you like this feature to work? Could you give me some more details about what you had in mind?

Do you mean for instance that all the other steps should shrink while the new step is added? Like opening some space for the new step by moving/animating the others?...

Hi @naamapps I see. It is definitely possible to do it. I would like to make it as customizable as possible, using a user-defined `Animation`. I will work on it....

Hi @RickVM The main problem with the `onTap` gesture on the `CircularProgressIndicator` when I introduced it was that I use a `CustomPainter` to draw the circular indicator, so it was...

I will look into it and see what is possible 🤔

Hi @ahamzatariq, You can actually already achieve this. For example: 1. Define a custom step that contains a container with the `Text` label and step indicator 2. Define two indicators...

Hi @pratikbutani (cc @kevin4dhd) The height of each step with `StepProgressIndicator` is computed based on the parent container size. Therefore, if you want the size of the each step to...

Yes, `:disabled` is now available [here](https://tailwindcss.com/docs/hover-focus-and-other-states#disabled). @adamwathan can this issue be closed?

[As we discussed](https://github.com/marcglasberg/fast_immutable_collections/pull/20), we could implement some extension methods that add functional programming to FIC. The extension would not be included in FIC core but you would need to explicitly...