# flutter_animation **Repository Path**: huangweizhu/flutter_animation ## Basic Information - **Project Name**: flutter_animation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-01-08 - **Last Updated**: 2024-01-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Flutter必备基础 ## 教程文档 - [图片控件开发详解](https://coding.imooc.com/learn/questiondetail/134875.html) - [动画Animation开发指南](https://git.imooc.com/coding-321/flutter_trip/src/master/doc/动画Animation开发指南.md) ## 各节对应的源码文件: * 动画基础类 - animated_listener.dart * AnimatedWidget实战 - animated_widget.dart * AnimatedBuilder实战 - animated_builder.dart * 实现标准hero动画 - hero_animation0.dart * 实现径向hero动画 - hero_animation.dart