aagarwal1012 /
Animated-Text-Kit
🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
Loading repository data…
cytryn / repository
A Flutter package with a selection of simple yet very customizable set of loading animations.
A simple yet very customizable set of loading animations for Flutter projects.
Add the following to your pubspec.yaml file:
...
dependencies:
...
loading_animations: "^2.1.0"
...
Then import the file to your project:
import 'package:loading_animations/loading_animations.dart';
Choose a loading animation from the list:
LoadingFlipping.circle()LoadingFlipping.square()LoadingRotating.square()LoadingDoubleFlipping.circle()LoadingDoubleFlipping.square()LoadingBouncingGrid.circle()LoadingBouncingGrid.square()LoadingFilling.square()LoadingFadingLine.circle()LoadingFadingLine.square()LoadingBouncingLine.circle()LoadingBouncingLine.square()LoadingJumpingLine.circle()LoadingJumpingLine.square()LoadingBumpingLine.circle()LoadingBumpingLine.square()Then add the following code:
LoadingFlipping.circle(
color: Colors.blue,
);
Or you can customize it a bit:
LoadingFlipping.square(
borderColor: Colors.cyan,
size: 30.0,
);
Or customize it even more!
LoadingFlipping.circle(
borderColor: Colors.cyan,
borderSize: 3.0,
size: 30.0,
backgroundColor: Colors.cyanAccent,
duration: Duration(milliseconds: 500),
);
For more customization, please look inside the loading animation files.
Note: all the animations come ready to go just by calling LoadingDoubleFlipping.square(), for example.
Many basic animations contain .circle() and .square() variations by default.
Note: the following gifs are not yet updated to reflect version 2.1.0
For a more true experience of the animations and its variations, download the example project and run using flutter run --profile.
Please feel free to:
Create an issue or a pull request and I will be more than happy to review it and add to the project.
This project was heavily based on cssfx
If you like this package, don't forget to hit the ⭐️ button!
Thanks and happy coding 👻
Selected from shared topics, language and repository description—not editorial ratings.
aagarwal1012 /
🔔 A flutter package to create cool and beautiful text animations. [Flutter Favorite Package]
xvrh /
Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
adar2378 /
A flutter package which will help you to generate pin code fields with beautiful design and animations. Can be useful for OTP or pin code inputs 🤓🤓
aagarwal1012 /
☀️ A Flutter package for some material design app intro screens with some cool animations.
woltapp /
This package provides a responsive modal with multiple pages, motion animation for page transitions, and scrollable content within each page.
hnvn /
A package for flip panel with built-in animation