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);

貢獻者指南