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.flutter-io.cn |
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.flutter-io.cn |
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 |