Animation A package provides an easy way to add shimmer effect in Flutter project Jan 06, 2019 1 min read Shimmer A package provides an easy way to add shimmer effect in Flutter project. How to use import 'package:shimmer/shimmer.dart'; Dart SizedBox( width: 200.0, height: 100.0, child: Shimmer.fromColors( baseColor: Colors.red, highlightColor: Colors.yellow, child: Text( 'Shimmer', textAlign: TextAlign.center, style: TextStyle( fontSize: 40.0, fontWeight: FontWeight.bold, ), ), ), ); Dart GitHub https://github.com/hnvn/flutter_shimmer Animation
Order A demonstration of foodpanda like order tracking animation in flutter A demonstration of foodpanda like order tracking animation in flutter. 07 March 2024
Animation Animate appearance and disappearance using pre-built effects with the AnimatedVisibility widget Animate appearance and disappearance using pre-built effects with the AnimatedVisibility widget 29 December 2023
Toast A beautiful toast library with heart-melting animations A beautiful toast library with heart-melting animations 14 December 2023