CariusLars / ar_flutter_plugin

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

iOS camera permission #193

Open NicuHWW opened 1 year ago

NicuHWW commented 1 year ago

Tested on iOS 16.4.1. Although I gave camera permission the plugin doesn't read it correctly in ar_flutter_plugin/lib/widgets/ar_view.dart line 207

nayanAubie commented 1 year ago

Are you using permission_handler?