chore: upgrade deps and appbar bg fix

This commit is contained in:
Kingkor Roy Tirtho 2024-06-03 13:13:05 +06:00
parent c3c9fc544c
commit f6ba95fb64
3 changed files with 10 additions and 6 deletions

View File

@ -165,6 +165,10 @@ class _PageWindowTitleBarState extends ConsumerState<PageWindowTitleBar> {
toolbarTextStyle: widget.toolbarTextStyle,
titleTextStyle: widget.titleTextStyle,
title: widget.title,
scrolledUnderElevation: 0,
shadowColor: Colors.transparent,
forceMaterialTransparency: true,
elevation: 0,
),
),
);

View File

@ -2418,10 +2418,10 @@ packages:
dependency: "direct main"
description:
name: window_manager
sha256: b3c895bdf936c77b83c5254bec2e6b3f066710c1f89c38b20b8acc382b525494
sha256: "8699323b30da4cdbe2aa2e7c9de567a6abd8a97d9a5c850a3c86dcd0b34bbfbf"
url: "https://pub.dev"
source: hosted
version: "0.3.8"
version: "0.3.9"
window_size:
dependency: "direct main"
description:
@ -2459,10 +2459,10 @@ packages:
dependency: "direct main"
description:
name: youtube_explode_dart
sha256: "12d32dffd8c85927eb46f7cf7a9dfce690edfe82134c08a90529c51eba58a85c"
sha256: "26c9671d638f3396a1bfb2666f586988ee7b0ba3469e478b22a4c1a168bcf6ee"
url: "https://pub.dev"
source: hosted
version: "2.2.0"
version: "2.2.1"
sdks:
dart: ">=3.3.0 <4.0.0"
flutter: ">=3.19.2"

View File

@ -86,13 +86,13 @@ dependencies:
uuid: ^4.4.0
version: ^3.0.2
visibility_detector: ^0.4.0+2
window_manager: ^0.3.8
window_manager: ^0.3.9
window_size:
git:
url: https://github.com/google/flutter-desktop-embedding.git
ref: a738913c8ce2c9f47515382d40827e794a334274
path: plugins/window_size
youtube_explode_dart: ^2.2.0
youtube_explode_dart: ^2.2.1
simple_icons: ^10.1.3
jiosaavn: ^0.1.0
draggable_scrollbar: