Paul

Results 5 comments of Paul

Inspired by @maodd , I improved this method, which can automatically slide in the opposite direction when sliding to the end. ``` __weak MyViewController * weakSelf = self; int index...

> The Android permission is not requested automatically after V6.0, you need call authorize manually now. The iOS permission is requested automatically by system when the app run the first...

> The Android permission is not requested automatically after V6.0, you need call authorize manually now. The iOS permission is requested automatically by system when the app run the first...

> > I can do this when developing native iOS, only request Bluetooth permissions when you need Bluetooth. Does the plugin have to request Bluetooth permission as soon as it...

> I understand what you need. I will make the native instance created when you create the manager on the Dart side in the next version. Thank you very much!