fix lints

This commit is contained in:
Fabian Freund
2025-09-15 07:23:31 +02:00
parent 8e9b2e839d
commit 8b7780642f
8 changed files with 152 additions and 100 deletions
@@ -258,8 +258,8 @@ class TorProxyScreen extends HookConsumerWidget {
left: 56,
right: 24,
),
title: Text('Direct Connection'),
subtitle: Text(
title: const Text('Direct Connection'),
subtitle: const Text(
'The best way to connect to Tor if Tor is not blocked',
),
),
@@ -285,8 +285,8 @@ class TorProxyScreen extends HookConsumerWidget {
left: 56,
right: 24,
),
title: Text('obfs4'),
subtitle: Text(
title: const Text('obfs4'),
subtitle: const Text(
'Suitable for light censorship and high bandwidth needs',
),
),
@@ -312,8 +312,8 @@ class TorProxyScreen extends HookConsumerWidget {
left: 56,
right: 24,
),
title: Text('Snowflake'),
subtitle: Text('Suitable for heavy censorship'),
title: const Text('Snowflake'),
subtitle: const Text('Suitable for heavy censorship'),
),
),
CheckboxListTile.adaptive(
+1 -1
View File
@@ -74,7 +74,7 @@ dependencies:
text_scroll: ^0.2.1
timeago: ^3.7.1
tor:
path: ./packages/tor
path: ../packages/tor
universal_io: ^2.2.2
uri_to_file:
git: