# Flutter Fitness App Radial Progress **Repository Path**: yanwc/flutter_app_radial_progress ## Basic Information - **Project Name**: Flutter Fitness App Radial Progress - **Description**: No description available - **Primary Language**: Dart - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-06-13 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flutter_app_radial_progress ## 学习赛贝尔曲线绘制,是有方法和工具类东西(查找一下) ## 使用 CustomPainter 类及 CustomPaint 自定义画刷Widget使用 ## Tween中animation方法增加 CurvedAnimation动画的使用 ## Paint 使用画笔绘制弧线,并使用动画 ## 使用StreamBuilder 组件局部绘制使用方法