ductranit
ductranit
### Description My rive animation has many jank issues, the frame rate is always above 27ms And I can see slow frame in this video https://github.com/rive-app/rive-flutter/assets/2063905/23a6c792-ba96-436d-8195-9f3ed805ac82 It happens on both...
I used queue to wait for all requests finished like this: ``` var queue = Queue(parallel: 4); for (final item in items) { if(valid(item)) { queue.add(() => _sendRequest(item)); } }...
I tried to follow the document & an example in this plugin. User can sign in in b2c but it always in the redirect step with the exception `Authentication error`....