Stefan Sturm

Results 46 issues of Stefan Sturm

HI, I found another problem, see screenshot. The animation is overlapping Navigationbar and Tabbar. Greetings, Stefan ![simulator screen shot 22 02 2017 13 38 24](https://cloud.githubusercontent.com/assets/94297/23211874/6127ea10-f904-11e6-8c7d-d3ec656f704a.png)

help wanted

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...

feature request

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...

Is it possible to use dark backgrounds and buttons?