winloading 0.0.3 copy "winloading: ^0.0.3" to clipboard
winloading: ^0.0.3 copied to clipboard

win10 style loading animation widget

flib build lib web publish

what is it #

online

https://user-images.githubusercontent.com/9412501/159002380-329fb171-c993-4373-b5e1-ad28fe05e7d4.mp4

https://user-images.githubusercontent.com/9412501/159002392-f00afe4a-dcb9-4081-bc52-417f4f2b281d.mp4

how to use #

pub

Center(
  child: View3D.me(),
)

customization #


const WinLoading({
    this.color = Colors.white,
    this.radius = 3,
    this.gap = 0.04,
    this.amount = 5,
    this.width = 60,
    this.height = 60,
    this.duration = const Duration(milliseconds: 7200),
    this.cubic = const Cubic(.21, .6, .59, .8),
    Key? key,
})

0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

win10 style loading animation widget

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on winloading