Ian Koerich Maciel
Ian Koerich Maciel
Frist of all, thank you for this implementation. I am porting this library to [Dart/Flutter](https://github.com/ianmaciel/dart_ewelink_api) and trying to understand how to renew the access token. I noticed that we have...
The previous implementarion use onTapDown to start dragging instead of the events "onHorizontalDragStart" and "onVerticalDragStart" provided by GestureDetector. Using onTapDown might confuse users because it requires a few seconds before...
## What does this change? This PR include support for [Flutter Deferred Components](https://docs.flutter.dev/perf/deferred-components). Deferred components allow developers to the app into multiple apk to reduce its size. This can be...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Describe the problem Deferred components allow developers to the app into multiple apk...