Flutter - No Pod File - Developing on Windows
I'm developing a Flutter app on Windows using Android Studio. My project doesn't contain a 'podfile' in the ios folder, but I think I need to have one in order to properly handle bluetooth permissions (if this iOS setup guide for the permission_handler package is to be believed...)
Do I need a podfile in order to use bluetooth on iOS?
If so, how do I get a podfile into my project?
Thanks for any assistance!
Expected Flutter to automatically create a podfile
Tried various commands in the ios...