lots of updates#2
Open
johndpope wants to merge 15 commits intojyothish-ram:mainfrom
Open
Conversation
- CustomPainter draws authentic retro game-style pixel borders - New API: borderDark, borderMid, borderLight, pixelSize - Multi-layer border effect: dark outer, mid, light inner highlight - Improved default colors with better contrast - Updated example app and tests for new API 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create PixelBottomBar with pixelated stepped corner effect - Add PixelBottomBarAdvanced variant with labels support - Include customizable colors, gradients, and glow effects - Add example page with toggle controls for stepped corners and glow 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add notification badge support with pixelated badge shape - Add translucent blur effect option (useBlur, blurSigma) - Improve stepped corner algorithm for more pixel-art style - Add pixelated highlight painter for active icon - Add ClipPath for proper blur clipping - Update example with badge demo and blur toggle 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add PixelBottomBarIndicatorStyle enum (highlight, underline) - Add indicatorStyle and activeIndicatorColor properties - Update both PixelBottomBar and PixelBottomBarAdvanced - Fix pixel art staircase corners (true horizontal/vertical steps) - Add RED UNDERLINE toggle in example app 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add PixelSteppedPanel: basic panel with stepped pixel-art corners - Add PixelPillPanel: pill-shaped panel with multi-step staircase corners - Add PixelInsetPanel: inset panel with 3D bevel effect - All panels support useSteppedCorners toggle for smooth/stepped corners - Add demo page with examples for Presidential Dilemma game UI 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Add comprehensive dartdoc comments for pub.dev documentation - Change PixelBottomBar indicatorStyle default from highlight to underline - Bump version to 0.0.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Document PixelBottomBar, PixelSteppedPanel, PixelPillPanel, PixelInsetPanel - Document PixelHamburgerIcon - Add code examples for all new widgets - Update CHANGELOG with 0.0.2 release notes - Update installation version to 0.0.2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Allows customizing the noise/static color in CRT effects. Default is white (existing behavior), can be set to Colors.black for dark static effects. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- sdk: ^3.9.0 → ^3.0.0 - google_fonts: ^6.2.1 → ^6.1.0 - audioplayers: ^6.5.0 → ^6.0.0 - flutter_lints: ^5.0.0 → ^4.0.0 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.