🧱 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,
),