boyan01 / boyan01/overlay_support

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

Open
#28 1 comment 0 reactions 0 assignees View on GitHub
help wanted
Dominant language
Dart
Stars
379
Forks
103
PR merge metrics
No merged PRs in 30d

Description

Now:
```dart
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, double progress);
```
Should be:
```dart
typedef Widget AnimatedOverlayWidgetBuilder(BuildContext context, Animation animation);
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.