Tim Bierbaum

Results 24 comments of Tim Bierbaum

@Urkman I used your code and the suggestion from @haashem and tested it and it works as expected. I added a Scaffold in both pages, because without them it looks...

> You have to use `MaterialWithModalsPageRoute` to see the cupertino modal animation. > > ```dart > class MyApp extends StatelessWidget { > > @override > Widget build(BuildContext context) { >...

I agree with @jamesblasco that the next goal should be improving the modals. Because as I think the main purpose of this package is to provide Modals which follows the...

Device-Preview uses path drawing which currently is not supported on flutter web except you compile your web app with --dart-define=FLUTTER_WEB_USE_SKIA=true. Then it is based on CanvasKit which uses WebGL and...

Maybe you can use a CustomScrollView with multiple SliverList.

Since showModalBottomSheet pushes a new route, you can use `Navigator.of(context).pop(Your_Result)`

I currently working on stacking modals because it is not working as expected. I looked into the iOS Calendar App and stacked modals have the same padding but they have...

Currently I don't have the time to fix it by myself so I am sharing the changes that should fix this issue. Changing this in lib/widgets/avatars/avatar.dart in Line 106-109 ```...

OK, thats interesting, because on Android Emulator everything works fine

Here a short list on which devices it’s working and on which not. Working: - iPhone 11 - iOS 13.2.3 - iPhone SE Not Working - iPhone X - iOS...