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

Circular Placeholder is widget. It is good to use this for circular areas when your circular designs are not ready yet.

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
160
points
18
downloads
screenshot

Publisher

verified publisherleventkantaroglu.com

Weekly Downloads

Circular Placeholder is widget. It is good to use this for circular areas when your circular designs are not ready yet.

Repository (GitHub)
View/report issues

Topics

#circular #placeholder #circle

Documentation

Documentation
API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on circular_placeholder