dartea icon indicating copy to clipboard operation
dartea copied to clipboard

How to use Animations? and some questions

Open felixyin opened this issue 5 years ago • 1 comments

The mvu model is good, easy understand and easy use, but examples or demo is too little. Animation need a class extend State class and with XXXMixin class, so, How to use Animations with dartea? We needs many many many tutorial, Please tell me how to do? thank you. sorry, I'm a Chinese, so English is bad..

felixyin avatar Nov 30 '18 13:11 felixyin

Hi @felixyin You can do animation as usual in Flutter. If you want to connect animation with application's state, then you should add specific field to your model and check it in the view function to run the animation.

Could you be more specific? What do you want to achieve?

p69 avatar Dec 03 '18 20:12 p69