easy_loader 0.0.2 easy_loader: ^0.0.2 copied to clipboard
The easiest way to handle a simple full screen loader in Flutter. Written in Dart. Fully customizable.
easy_loader #
The easiest way to handle a simple full screen loader in Flutter. Written in Dart. Fully customizable.
Getting Started #
Add this to your package's pubspec.yaml
file
dependencies:
easy_loader: ^0.0.1
Usage #
Next, you just have to import the package using:
import 'package:easy_loader/easy_loader.dart';