circular_placeholder 0.0.2 copy "circular_placeholder: ^0.0.2" to clipboard
circular_placeholder: ^0.0.2 copied to clipboard

outdated

Circular Placeholder Widget.

Circular Placeholder #

Preview:

[Preview]

Sample:

class HomePage extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: Container(
          height: 120,
          width: 220,    
          child: CircularPlaceholder(
            color: Colors.green,
            strokeWidth: 3,
          ),
        ),
      ),
    );
  }
}
8
likes
0
points
29
downloads

Publisher

verified publisherleventkantaroglu.com

Weekly Downloads

Circular Placeholder Widget.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter

More

Packages that depend on circular_placeholder