# JDKFlutter **Repository Path**: apm29/JDKFlutter ## Basic Information - **Project Name**: JDKFlutter - **Description**: flutter app examples, for learning - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-27 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jkd_flutter A new Flutter application. ## Getting Started For help getting started with Flutter, view our online [documentation](https://flutter.io/). ## TIPS * Row/Column + Expanded 填充宽高 * inkWell 点击波纹效果,需要一个Material父控件才生效 * AnimatedList 为item添加加入删除的动画效果 * 使用MethodChannel与native通信,可以带参数的