Pierre Moati

Results 6 issues of Pierre Moati

Your class is using an init() function to check if there is a header, subheader, ... In my case, I only want to show a subheader when I click on...

Good evening, I am not too convinced by the uriProductHelper that takes the default value "prod" for each API. 2 use cases: - In general, it is during development that...

- Added a checkbox to be more precise when comparing fastest solutions - Improvement of UI to fit on a phone screen - Fixed interval ms description - Updated Flutter...

Hello, I added a new class, DropDownParams with a Generics. label and value are required. icon and selectedIcon are optional. You can choose the type of your choice for the...

I'm using it with CircularRevealAnimation. transitionBuilder: (_, anim1, anim2, child) => CircularRevealAnimation( animation: anim1, centerAlignment: Alignment.center, child: child, ),

Allow to retrieve the selection directly when the dialog is closed. It's exactly like in showDialog.