Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't initiliazie CBCentralManager until needed
By deferring the initialization of `CBCentralManager`, we are able to defer prompting for Bluetooth permission on iOS until a flutter_blue method is called. Otherwise, the Bluetooth permission prompt appears right when the app starts up.
- Loading branch information