inner_shadow_container 1.0.1
inner_shadow_container: ^1.0.1 copied to clipboard
A customizable Flutter widget to add soft, neumorphic-style inner shadows to containers and UI components.
Changelog #
All notable changes to this project will be documented in this file.
1.0.1 - 2025-06-30 #
📝 Documentation & Metadata Improvements:
| Update | Description |
|---|---|
| 📄 README.md | Improved SEO keywords, formatting, and HTML layout |
| 📅 CHANGELOG.md | Structured version log table for better readability |
| ⚖ LICENSE | Added valid MIT license with author name |
| 🔖 pubspec.yaml | Added topics: for better discoverability on pub.dev |
1.0.0 - 2025-06-30 #
🎉 Initial release of InnerShadowContainer:
| Feature | Description |
|---|---|
| 🔹 Inner shadow from any direction | Control top-left, top-right, bottom-left, bottom-right independently |
| 🎨 Customization | Adjust blur, offset, color, and radius |
| ⚡ Lightweight | Pure Flutter implementation, no dependencies |
| 🧩 Child Support | Embed any widget inside |
| 💡 Perfect for | Neumorphism, Soft UI, and subtle depth effects |