inbuilt_container 0.0.6
inbuilt_container: ^0.0.6 copied to clipboard
inbuilt_container flutter package.
📦 inbuilt_container #
A lightweight and reusable Flutter widget that wraps your content in a beautiful, consistent container — perfect for cards, tiles, and content blocks.
Easily control padding, margin, border radius, background color, and shadows with one line of code.
✨ Features #
- ✅ Clean default design out of the box
- 🎯 Fully customizable: padding, margin, border, color, shadow
- 🧱 Ideal for content sections, cards, boxes
🚀 Installation #
Add the package to your pubspec.yaml:
dependencies:
inbuilt_container: ^0.0.5
Then run: flutter pub get