material_shapes 0.0.2
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!
✨ 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,
),