指尖上的艺术
指尖上的艺术
I had the same problem. I'm using Linux.
@Mubat Of course.
Thanks for your feedback, I am developing a new version, will solve the problem.
Thanks for your feedback and suggestions, I will take the time to add the necessary features and fix the problems as soon as possible.
@12121-12121 可通过Android发现TAG,然后使用SDK([https://www.st.com/en/embedded-software/stsw-st25sdk001.html](https://www.st.com/en/embedded-software/stsw-st25sdk001.html))传输数据,里面有Android的示例。
Currently in the latest version of flutter, using `controller.repeat(reverse: true)` will not execute `reverseCurve` correctly, which is an internal bug of flutter. I think flutter_animate support `reverseCurve` is not affected....
In the case of unfixed, use `controller.forward` and `controller.reverse` respectively to make `reverseCurve` take effect.
Flutter's built-in `CurvedAnimation` already meets some behaviors of many existing components. I cannot directly modify this class, which will cause inconsistent behavior of other components. Therefore, it is recommended to...