boyan01/overlay_support

Should showOverlay() parameter builder be pass Animation instead of progress ?

开放

#28 创建于 2019年12月9日

 (1 条评论) (0 个反应) (0 位负责人)Dart (103 个派生)github user discovery
help wanted

仓库指标

星标
 (379 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

Now:

typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);

Should be:

typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation<double> animation);

贡献者指南