Skip to content

ux-ninja/flutter_loading_kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎡 Flutter Loading Kit

Build Status - Travis   codecov   pub package

A cluster of beautiful Lottie Files all at one place to give your App a whole new Professional Look, in just two steps.


⚡️ Installing

dependencies:
  flutter_loading_kit: "^0.0.1"


📱 Import

import 'package:flutter_loading_kit/flutter_loading_kit.dart';


👨‍💻 How To Use the package

AnimatedLoader animatedLoader = new AnimatedLoader(
    context: context,
    height: 150.0,
    width: 150.0,
    isDismissable: true,
);

Show the Animated Loader

animatedLoader.showDialog(AnimatedLoader.basketBall);

For more info, please, refer to the main.dart in the example.


🚀 Showcase

Alt Text

🐛 Bugs/ Requests

If you encounter any problems feel free to open an issue. If you feel the library is missing a feature, please raise a ticket on Github and I'll look into it. Pull request are also welcome.


📝 Note

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.



👦 Authors


Allen Benny

   

Sanjay AS

   

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published