Daniel Ioannou

Results 41 comments of Daniel Ioannou

Hi, it's in my plans, but I'm busy right now. As soon as I have more time I will implement this.

@KlubAndroid it depends, what is your groups and what is your row for each group? In the example the groups are the keys of the map and the value for...

@joshbenaron Thanks for the suggestion, it is a great idea but unfortunately i don't have time now i will proceed and implement it in the near future.

@TangSirOnGit Package dose not defined a default horizontal padding. Maybe you have defined a horizontal padding in `itemBuilder` or the father widget of the GroupListView has a padding. In the...

@mdlfkdsmk I am not sure what you mean by **import a .json file instead of a list of countries**. Do you mean instead of using the package countries list to...

I don't thing this is possible to import any .json, package has to parse json in order to use display the info. It is not possible to parse any json...

Thank you for sharing your use case and the proposal regarding the management of former currencies. It's an interesting idea, and I appreciate your input. Unfortunately, I don't have the...

@rocboronat It is a good suggestion but unfortunately I do not have the time to implement this now. I will implement it on the future. If you have the time...

@rocboronat You can `favorite` option to show the selected currency on the top of the list. ```Dart showCurrencyPicker( context: context, onSelect: (Currency currency) { print('Select currency: ${currency.name}'); }, favorite: ['EUR'],...

@ChinHairSaintClair Currently No, there is no way to select multiple items