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

A Flutter package offering 35 reusable shape widgets (like heart, circle, flower, etc.) via a single MaterialShapes class with support for gradients, stroke, shadows, overlays, and image fills.

🧱 Material Shapes #

A Flutter package offering 35 beautifully crafted shape widgets, each available via a clean, customizable API through the MaterialShapes class.

🎨 Includes hearts, cookies, clovers, blobs, bursts, pixels, and more!

Shapes

✨ Features #

  • ✅ 35 reusable shape widgets
  • 🖼️ Supports image overlays, scaling, alignment
  • 🎨 Gradient fills and color strokes
  • 🌑 Shadows for depth
  • 🔧 Fully customizable with one-line static methods
  • 📱 Compatible with Android, iOS, Web & Desktop

📦 Installation #

Add to your pubspec.yaml:

dependencies:
  material_shapes: ^<latest_version>

💻 Usage #

MaterialShapes.sevenSidedCookie(
  size: 100,
  color: Colors.blue,
  isStroked: true,
),
6
likes
130
points
99
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package offering 35 reusable shape widgets (like heart, circle, flower, etc.) via a single MaterialShapes class with support for gradients, stroke, shadows, overlays, and image fills.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on material_shapes