Skip to content

Commit ab43d1a

Browse files
authored
remove unused package. (#425)
1 parent cf5c0b3 commit ab43d1a

File tree

3 files changed

+1
-42
lines changed

3 files changed

+1
-42
lines changed

lib/models/preference.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ final class FaviconModePreference extends BooleanPreference {
209209
const FaviconModePreference({bool? val})
210210
: super(val: val ?? _faviconModePreferenceDefaultValue);
211211

212-
static const bool _faviconModePreferenceDefaultValue = false;
212+
static const bool _faviconModePreferenceDefaultValue = true;
213213

214214
@override
215215
FaviconModePreference copyWith({required bool? val}) {

pubspec.lock

-40
Original file line numberDiff line numberDiff line change
@@ -501,14 +501,6 @@ packages:
501501
url: "https://pub.dev"
502502
source: hosted
503503
version: "3.1.0"
504-
flutter_svg:
505-
dependency: "direct main"
506-
description:
507-
name: flutter_svg
508-
sha256: "7b4ca6cf3304575fe9c8ec64813c8d02ee41d2afe60bcfe0678bcb5375d596a2"
509-
url: "https://pub.dev"
510-
source: hosted
511-
version: "2.0.10+1"
512504
flutter_test:
513505
dependency: "direct dev"
514506
description: flutter
@@ -824,14 +816,6 @@ packages:
824816
url: "https://pub.dev"
825817
source: hosted
826818
version: "1.9.0"
827-
path_parsing:
828-
dependency: transitive
829-
description:
830-
name: path_parsing
831-
sha256: e3e67b1629e6f7e8100b367d3db6ba6af4b1f0bb80f64db18ef1fbabd2fa9ccf
832-
url: "https://pub.dev"
833-
source: hosted
834-
version: "1.0.1"
835819
path_provider:
836820
dependency: "direct main"
837821
description:
@@ -1365,30 +1349,6 @@ packages:
13651349
url: "https://pub.dev"
13661350
source: hosted
13671351
version: "4.4.0"
1368-
vector_graphics:
1369-
dependency: transitive
1370-
description:
1371-
name: vector_graphics
1372-
sha256: "32c3c684e02f9bc0afb0ae0aa653337a2fe022e8ab064bcd7ffda27a74e288e3"
1373-
url: "https://pub.dev"
1374-
source: hosted
1375-
version: "1.1.11+1"
1376-
vector_graphics_codec:
1377-
dependency: transitive
1378-
description:
1379-
name: vector_graphics_codec
1380-
sha256: c86987475f162fadff579e7320c7ddda04cd2fdeffbe1129227a85d9ac9e03da
1381-
url: "https://pub.dev"
1382-
source: hosted
1383-
version: "1.1.11+1"
1384-
vector_graphics_compiler:
1385-
dependency: transitive
1386-
description:
1387-
name: vector_graphics_compiler
1388-
sha256: "12faff3f73b1741a36ca7e31b292ddeb629af819ca9efe9953b70bd63fc8cd81"
1389-
url: "https://pub.dev"
1390-
source: hosted
1391-
version: "1.1.11+1"
13921352
vector_math:
13931353
dependency: transitive
13941354
description:

pubspec.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ dependencies:
4141
url: https://github.com/Livinglist/flutter_siri_suggestions
4242
ref: master
4343
flutter_slidable: ^3.0.0
44-
flutter_svg: ^2.0.10+1
4544
font_awesome_flutter: ^10.3.0
4645
get_it: ^7.7.0
4746
go_router: ^14.1.4

0 commit comments

Comments
 (0)