feat: Windows build support + title bar tamamen saydam
Some checks failed
Build Windows / build-windows (push) Has been cancelled

This commit is contained in:
Alhan
2026-07-22 04:34:31 +03:00
parent 82e66a82be
commit a566dcdece
22 changed files with 1163 additions and 18 deletions

View File

@@ -15,19 +15,8 @@ class CustomTitleBar extends StatelessWidget {
height: 40,
child: Stack(
children: [
Positioned.fill(
child: Container(
decoration: BoxDecoration(
gradient: LinearGradient(
begin: Alignment.topCenter,
end: Alignment.bottomCenter,
colors: [
Colors.black.withValues(alpha: 0.6),
Colors.black.withValues(alpha: 0.0),
],
),
),
),
const Positioned.fill(
child: SizedBox.shrink(),
),
Positioned(
right: 0,