Stefan Sturm

Results 68 comments of Stefan Sturm

@bierbaumtim thank for your suggestion... But I don't "want" to use named routes. I just want to get my above example running in the simplest way...

@jamesblasco Any suggestions on this? How can I get this simple example to work?

@bierbaumtim Thanks for this, this works for me... As soon as I add a CupertinoTabScaffold... Then it again stops working :(

This is working for me: ``` showCupertinoModalBottomSheet( context: context, builder: (context) => Detail(clip), useRootNavigator: true, ); ``` I needed to add the ` useRootNavigator: true,`...

Please merge this... It's a great addition and so useful on tablets :)

I have the same problem... No solution for this?

Use this fork: https://github.com/curious-corp/DZNPhotoPickerController It fixes this and some other problems :)

Do I need to use adaptive icons to generate the rounded icons?

Nice one. But it would be nice to not just add one Child, but multiple children

I was talking about the TextField ;) Text works fine :)