File tree 3 files changed +1
-42
lines changed
3 files changed +1
-42
lines changed Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ final class FaviconModePreference extends BooleanPreference {
209
209
const FaviconModePreference ({bool ? val})
210
210
: super (val: val ?? _faviconModePreferenceDefaultValue);
211
211
212
- static const bool _faviconModePreferenceDefaultValue = false ;
212
+ static const bool _faviconModePreferenceDefaultValue = true ;
213
213
214
214
@override
215
215
FaviconModePreference copyWith ({required bool ? val}) {
Original file line number Diff line number Diff line change @@ -501,14 +501,6 @@ packages:
501
501
url: "https://pub.dev"
502
502
source: hosted
503
503
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"
512
504
flutter_test:
513
505
dependency: "direct dev"
514
506
description: flutter
@@ -824,14 +816,6 @@ packages:
824
816
url: "https://pub.dev"
825
817
source: hosted
826
818
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"
835
819
path_provider:
836
820
dependency: "direct main"
837
821
description:
@@ -1365,30 +1349,6 @@ packages:
1365
1349
url: "https://pub.dev"
1366
1350
source: hosted
1367
1351
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"
1392
1352
vector_math:
1393
1353
dependency: transitive
1394
1354
description:
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ dependencies:
41
41
url : https://github.com/Livinglist/flutter_siri_suggestions
42
42
ref : master
43
43
flutter_slidable : ^3.0.0
44
- flutter_svg : ^2.0.10+1
45
44
font_awesome_flutter : ^10.3.0
46
45
get_it : ^7.7.0
47
46
go_router : ^14.1.4
You can’t perform that action at this time.
0 commit comments