loadix 1.0.1 copy "loadix: ^1.0.1" to clipboard
loadix: ^1.0.1 copied to clipboard

Loadix is a customizable Flutter loading overlay package that provides easy-to-use, animated loading indicators. Perfect for displaying loading states during async operations in mobile and web apps.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add loadix

With Flutter:

 $ flutter pub add loadix

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  loadix: ^1.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:loadix/loadix.dart';
1
likes
0
points
11
downloads

Publisher

verified publisherkavindu.cloud

Weekly Downloads

Loadix is a customizable Flutter loading overlay package that provides easy-to-use, animated loading indicators. Perfect for displaying loading states during async operations in mobile and web apps.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, loading_animation_widget

More

Packages that depend on loadix