FLUTTER ECOSYSTEM

flutter_fadein

Simple Flutter widget to fade-in your widgets once they are mounted.

Latest version
2.0.0
30-day downloads
25.9K
Likes
55
Pub points
140

Package Overview

Selection guidance generated from public package information. For reference only.

Overview

A simple Flutter widget that smoothly fades in content once it is mounted to the widget tree. Ideal for enhancing user experience with subtle entrance animations without complex setup. The widget automatically handles the fade-in transition, making it easy to apply across various UI elements. It supports all major platforms including Android, iOS, Web, macOS, Windows, and Linux, ensuring consistent behavior across devices. Perfect for onboarding screens, dynamic lists, or any component that benefits from a gentle appearance effect.

Use cases
  • Onboarding screens
  • Dynamic list item animations
  • Loading state transitions
  • Splash screen exits
  • Page transitions
Key features
  • Automatic fade-in on mount
  • Minimal configuration
  • Cross-platform support
  • Smooth animation
  • Lightweight implementation
Suitable for
  • Beginner Flutter developers
  • Simple UI enhancements
  • Performance-sensitive apps
  • Apps with frequent content updates
Considerations
  • Not suitable for complex animations
  • Limited customization options
  • Does not support reverse animation
  • Best for single-element fades
Supported platformsAndroidiOSWebmacOSWindowsLinux

Install package

flutter pub add flutter_fadein

Categories

Source repository

Related projects