inner_shadow_container 1.0.4
inner_shadow_container: ^1.0.4 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.4 #
Released: July 02, 2025
๐ New Features & Full Demo Showcase:
| Feature | Description |
|---|---|
| โ Inner shadow on all sides | Top-left, top-right, bottom-left, bottom-right (individually or combined) |
| ๐จ Fully customizable visuals | Supports custom blur, offset, radius, and shadow color |
| ๐งฑ Shape flexibility | Works with rectangular, rounded, or fully circular shapes |
| ๐ก Soft UI/Neumorphism ready | Matches modern design systems with depth & subtle shadows |
| ๐งช example/lib/main.dart | Complete usage demo with multiple configurations |
1.0.3 #
Released: July 01, 2025
๐ ๏ธ Code Formatting:
1.0.2 #
Released: June 30, 2025
๐ ๏ธ Code Cleanup & Formatting:
| Update | Description |
|---|---|
| โ DartDoc Comments | Added documentation to all public API elements |
| โ Removed | Unused dart:ui import to avoid linter warning |
| ๐งน Formatting | Applied Dart formatter to maintain consistent code style |
| ๐ Pub Score | Improved analyzer & documentation score on pub.dev |
1.0.1 #
Released: June 30, 2025
๐ 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 #
Released: June 30, 2025
๐ 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 |