animated_loading_ui
A simple flutter loading ui package with dots and image.
Features
✅ Multiple loading animations ✅ Easy to customize (color, size, shadows) ✅ Lightweight and fast
Preview
Getting started
Add this to your pubspec.yaml:
dependencies:
animated_loading_ui: ^0.0.1
Usage
This is Simple way to use, see example to know import 'package:my_package/my_package.dart';
class MyWidget extends StatelessWidget { @override Widget build(BuildContext context) { return Center( child: AnimatedUiLoader.dotsMovingRL( dotsShadows: BoxShadow( color: Colors.lightBlueAccent, spreadRadius: 3, blurRadius: 2.0, ), , ), ); } }
Issues & Feedback
Found a bug? Have a feature request?
Please open an issue on our GitHub tracker:
📌 Open an Issue