How to rotate an image using Flutter AnimationController and Transform?
问题 I have star png image and I need to rotate the star using Flutter AnimationController and Transformer. I couldn't find any documents or example for image rotation animation. Any idea How to rotate an image using Flutter AnimationController and Transform? UPDATE: class _MyHomePageState extends State<MyHomePage> with TickerProviderStateMixin { AnimationController animationController; @override void initState() { super.initState(); animationController = new AnimationController( vsync: this,