flutter_active_loaders 7.3.0 copy "flutter_active_loaders: ^7.3.0" to clipboard
flutter_active_loaders: ^7.3.0 copied to clipboard

package to show loaders you can use it to show some awesome loaders on user screen.

⚡Flutter active loaders #

Custom widgets and components ready to use under your awesome projects!

🎖Installing #

dependencies:
  flutter_active_loaders: ^<latest_version>

❤Loved the utility? Donate here.

🚀Want to learn more about Flutter? Checkout this out!

💥DM me on Linkedin Follow here

🐛 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.# loaders

Animation types #

Type Type Type Type
1. ballPulse 2. ballGridPulse 3. ballClipRotate 4. squareSpin
5. ballClipRotatePulse 6. ballClipRotateMultiple 7. ballPulseRise 8. ballRotate
9. cubeTransition 10. ballZigZag 11. ballZigZagDeflect 12. ballTrianglePath
13. ballTrianglePathColored 14.ballTrianglePathColoredFilled 15. ballScale 16. lineScale
17. lineScaleParty 18. ballScaleMultiple 19. ballPulseSync 20. ballBeat
21. lineScalePulseOut 22. lineScalePulseOutRapid 23. ballScaleRipple 24. ballScaleRippleMultiple
25. ballSpinFadeLoader 26. lineSpinFadeLoader 27. triangleSkewSpin 28. pacman
29. ballGridBeat 30. semiCircleSpin 31. ballRotateChase 32. orbit
33. audioEqualizer 34. circleStrokeSpin

Installing #

Install the latest version from pub

Usage #

Simple but powerful parameters

FlutterActiveLoader(
    indicatorType: Indicator.ballPulse, 
    colors: const [Colors.white],       
    strokeWidth: 2,                  
    backgroundColor: Colors.black,      
    pathBackgroundColor: Colors.black   
)
5
likes
80
pub points
39%
popularity

Publisher

unverified uploader

package to show loaders you can use it to show some awesome loaders on user screen.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

async, collection, flutter

More

Packages that depend on flutter_active_loaders