jamesblasco / modal_bottom_sheet

Flutter | Create advanced modal bottom sheets. Material, Cupertino or your own style
https://pub.dev/packages/modal_bottom_sheet
MIT License
1.86k stars 468 forks source link

Null check operator used on a null value #422

Closed armagangok closed 1 month ago

armagangok commented 1 month ago

[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value

0 CupertinoScaffold.showCupertinoModalBottomSheet (package:modal_bottom_sheet/src/bottom_sheets/cupertino_bottom_sheet.dart:456:52)

Screenshot 2024-08-19 at 15 01 32

armagangok commented 1 month ago

It was my fault while implementing the package, I passed the wrong context to show the dialog.