gskinner / gskinner/flutter_animate
Fade out then fade in results in invisible widget
Open
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.