Flutter:如何导航原生相机应用

Flutter: How to navigate native camera app

我想在我的应用程序中拍摄照片。我正在使用 camera library. But this library does not have auto focus, flash and zoom feature. These features are important to me. I also tried lamp and flutter_better_camera 个库。你有什么建议?我的问题是,我可以在单击按钮时将其重定向到本机应用程序吗?

我找到了解决方法。我使用 ImagePicker 库将它定向到相机。