Fedor Blagodyr

Results 32 comments of Fedor Blagodyr

@WilliamCunhaCardoso, try to do something like this. ```dart selectedItemBuilder: (_) => items .map((e) => Text( e.toString(), )) .toList(), ``` Docs got example: /// This sample shows a `DropdownButton` with a...

How to enable back gesture using CustomRoute on iOS @Milad-Akarie ?

@stesvis have you solved this problem?

> > The only solution rn is to add this line manually to the manifest inside appliaction tags: > > @innomotionmedia you need to analyze the AndroidManifest.xml file that is...

> ![Screenshot (4)](https://user-images.githubusercontent.com/68495082/243244978-888fb633-850d-48f6-8ada-59cd1d184133.png) > > @feduke-nukem Can you help me plz? Could you provide more details?

> ![image](https://user-images.githubusercontent.com/68495082/243372446-fb9963d7-a159-43aa-a6b1-ea3e035a2d51.png) > > I'm not sure I think the error come from the selected line. It does not know the character which is after 'Support ios'. Well, as you...