Stefan Sturm
Stefan Sturm
HI, I found another problem, see screenshot. The animation is overlapping Navigationbar and Tabbar. Greetings, Stefan 
Hello, is there a way to download an image and save it to a destination using the ImageDownloader? Something like this: `let destination = DownloadRequest.suggestedDownloadDestination(for: .documentDirectory) Alamofire.download("https://httpbin.org/image/png", to: destination)` With...
The SliverList is not updating without clearing it first before the request. But with clearing the list, we get an ugly empty screen for some milliseconds :( I use this...
Great Lib :) Any plans to add the possibility to crop the Image?
Hi, I have strange top offset in my CollectionView when I come back from the detail view :( Any idea? Thanks, Urkman
When I display a WebView in a Bottom Sheet, it is not possible to scroll the WebView. With a List it works fine...
Is it possible to show a modal on a tablet like the iOS modal on iPad? So it should not be fullscreen...
I don't get the iOS 13 modal animation on my iOS 14 Simulation. Using this code: `showCupertinoModalBottomSheet( context: context, builder: (context) => LoginPage(), );` I'm also using the Flutter Platform...
Dark UI
Is it possible to use dark backgrounds and buttons?