amin79

Results 20 comments of amin79

> You can use BackButtonListener > > ``` > BackButtonListener( > onBackButtonPressed: () async { > print('test'); > return true; > }, > child: SomeWidgets(), > ); > ``` There...

I tested something. When I upload the video manually to the firebase storage, it works as expected. But when I upload it in my app then it's upside down! `imageRef.putData(imageData,...

It also does not work for me. Is there any solutions?

Thank you for your answer. Yes. As I understand it return a FlatList. But how it can bee inside a KeyboardAwareScrollView? I don't get it.

It’s sad that such a good library can’t do that. Showing that in modal could be the solution. But it’s not nice on web. I think I should use modal...