Skip to content

Commit 1a5a00e

Browse files
committed
wip: Fix lint issues
1 parent 0eb9973 commit 1a5a00e

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
ignore:
2+
- reflect_ui
23
- vclibs

apps/biyi_app/lib/app/settings/keybinds/page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ class _KeybindsSettingPageState extends State<KeybindsSettingPage> {
177177
),
178178
if (!UniPlatform.isLinux)
179179
ListSection(
180-
hasLeading: false,
180+
hasLeading: false,
181181
header: Text(
182182
LocaleKeys.app_settings_keybinds_input_assist_function_title.tr(),
183183
),

apps/biyi_app/lib/widgets/navigation_rail/navigation_rail.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,8 @@ class NavigationRail extends StatelessWidget {
7373
label: destinations[i].label,
7474
labelTextStyle:
7575
selected ? selectedLabelStyle : unselectedLabelStyle,
76-
backgroundColor: selected ? indicatorColor : Colors.transparent,
76+
backgroundColor:
77+
selected ? indicatorColor : Colors.transparent,
7778
shape: null,
7879
onTap: () => onDestinationSelected?.call(destination.value),
7980
);

apps/biyi_app/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1442,7 +1442,7 @@ packages:
14421442
source: hosted
14431443
version: "2.4.3"
14441444
win32:
1445-
dependency: "direct main"
1445+
dependency: transitive
14461446
description:
14471447
name: win32
14481448
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"

apps/biyi_app/pubspec.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ dependencies:
5858
uni_translate_client: ^0.1.7
5959
url_launcher: ^6.2.2
6060
vclibs: ^0.1.0
61-
win32: ^5.5.4
6261
window_manager: ^0.3.9
6362

6463
dev_dependencies:

0 commit comments

Comments
 (0)