Results 12 comments of Hector Aguero

as the 1.0 version, the package doesn't have a `fit` property exposed inside CupertinoSheetPage so the modal always use the full height of the screen. I ended up making a...

I did find I can return a mutable map to avoid the lint message, but is more like a workaround ```dart import 'dart:developer'; import 'package:fast_immutable_collections/fast_immutable_collections.dart'; void main() { /// Map...