gskinner / gskinner/flutter_animate

Fade out then fade in results in invisible widget

Open
#54 12 comments 2 reactions 0 assignees View on GitHub
enhancement
Dominant language
Dart
Stars
1.1k
Forks
103
PR merge metrics
No merged PRs in 30d

Description

Hi – I'm noticing that following a fade out with a fade in, results in the widget not appearing at all.

```dart
return Text('example').animate().fadeOut().then().fadeIn();
```

The other way around, fading in and then out, seems to work as expected.

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.