flutter_ui_kit_git_ui 0.1.9
flutter_ui_kit_git_ui: ^0.1.9 copied to clipboard
Glassmorphism Git UI kit for Flutter — Pure UI components for branch, changes, commit, and history.
0.1.9 #
- FEAT: git branch scroll.
0.1.8 #
- FIX:
GlassGitBranchManager의 branches 영역이 부모 height bound 안에서 스크롤되지 않던 문제 — outerColumn을Header + Flexible(ListView, shrinkWrap) + Divider + _CreateArea구조로 재구성. branches 가 많아도 header/입력창은 고정, 가운데만 스크롤. 부모 height unbound 시에도shrinkWrap: true로 호환.
0.1.7 #
- FEAT: safe.
0.1.6+1 #
- Update a dependency to the latest release.
0.1.6 #
- FEAT: melos.
0.1.5 #
- FEAT: versions 관리.
0.1.4+2 #
- Update a dependency to the latest release.
0.1.4+1 #
- Update a dependency to the latest release.
0.1.4 #
- FEAT: initialize.
0.1.3 #
- FEAT: git initialize.
0.1.2 #
- FEAT: git initialize.
0.1.1 #
- FEAT: initialize.
0.1.0 #
- Added
GlassGitBranchManager— branch list with LOCAL/REMOTE groups, checkout, delete, and inline branch creation. - Added
GlassGitDiffViewer— unified diff viewer with hunk headers, line-number columns, and color-coded added/removed/context lines. - Added
GlassGitStashPanel— stash list with Pop/Apply/Drop actions and inline stash creation. - Added
GlassGitConflictResolver— conflict block resolver with OURS/THEIRS comparison, Accept Ours/Theirs/Both actions, and resolution progress bar. - Added
GitBranchEntry,GitDiffFile,GitDiffHunk,GitDiffLine,GitStashEntry,GitConflictFile,GitConflictBlockmodels. - Extended
GitThemewithconflictOursColorandconflictTheirsColortokens. - Extended
GitMotionDatawithenableConflictResolutionFadeandenableDiffFadeInflags.
0.0.1 #
- Initial release:
GlassGitBranchBar,GlassGitChangeList,GlassGitCommitCard,GlassGitHistoryTimeline.