CariusLars / ar_flutter_plugin

Flutter Plugin for AR (Augmented Reality) - Supports ARKit on iOS and ARCore on Android devices
MIT License
318 stars 229 forks source link

ScaffoldMessenger.showSnackBar crashing app when no Scaffold is present #165

Open colejd opened 1 year ago

colejd commented 1 year ago

Hello!

I have an ARView embedded in a CupertinoPageScaffold. When ARSessionManager throws any errors, it tries to access the a ScaffoldMessenger that doesn't exist because I'm not using a Material Scaffold. This causes a crash. Can you please make this so it fails gracefully if there's no Scaffold present?