Skip to content

Commit

Permalink
wip: Fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lijy91 committed Aug 31, 2024
1 parent 0eb9973 commit 1a5a00e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions apps/biyi_app/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ignore:
- reflect_ui
- vclibs
2 changes: 1 addition & 1 deletion apps/biyi_app/lib/app/settings/keybinds/page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ class _KeybindsSettingPageState extends State<KeybindsSettingPage> {
),
if (!UniPlatform.isLinux)
ListSection(
hasLeading: false,
hasLeading: false,
header: Text(
LocaleKeys.app_settings_keybinds_input_assist_function_title.tr(),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ class NavigationRail extends StatelessWidget {
label: destinations[i].label,
labelTextStyle:
selected ? selectedLabelStyle : unselectedLabelStyle,
backgroundColor: selected ? indicatorColor : Colors.transparent,
backgroundColor:
selected ? indicatorColor : Colors.transparent,
shape: null,
onTap: () => onDestinationSelected?.call(destination.value),
);
Expand Down
2 changes: 1 addition & 1 deletion apps/biyi_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,7 @@ packages:
source: hosted
version: "2.4.3"
win32:
dependency: "direct main"
dependency: transitive
description:
name: win32
sha256: "68d1e89a91ed61ad9c370f9f8b6effed9ae5e0ede22a270bdfa6daf79fc2290a"
Expand Down
1 change: 0 additions & 1 deletion apps/biyi_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ dependencies:
uni_translate_client: ^0.1.7
url_launcher: ^6.2.2
vclibs: ^0.1.0
win32: ^5.5.4
window_manager: ^0.3.9

dev_dependencies:
Expand Down

0 comments on commit 1a5a00e

Please sign in to comment.