File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change @@ -375,6 +375,13 @@ packages:
375
375
description: flutter
376
376
source: sdk
377
377
version: "0.0.0"
378
+ flutter_svg:
379
+ dependency: "direct main"
380
+ description:
381
+ name: flutter_svg
382
+ url: "https://pub.dartlang.org"
383
+ source: hosted
384
+ version: "1.1.0"
378
385
flutter_test:
379
386
dependency: "direct dev"
380
387
description: flutter
@@ -560,6 +567,20 @@ packages:
560
567
url: "https://pub.dartlang.org"
561
568
source: hosted
562
569
version: "1.8.1"
570
+ path_drawing:
571
+ dependency: transitive
572
+ description:
573
+ name: path_drawing
574
+ url: "https://pub.dartlang.org"
575
+ source: hosted
576
+ version: "1.0.0"
577
+ path_parsing:
578
+ dependency: transitive
579
+ description:
580
+ name: path_parsing
581
+ url: "https://pub.dartlang.org"
582
+ source: hosted
583
+ version: "1.0.0"
563
584
path_provider_linux:
564
585
dependency: transitive
565
586
description:
@@ -952,4 +973,4 @@ packages:
952
973
version: "3.1.1"
953
974
sdks:
954
975
dart: ">=2.17.0 <3.0.0"
955
- flutter: ">=2.10.0 "
976
+ flutter: ">=2.11.0-0.1.pre "
Original file line number Diff line number Diff line change @@ -58,9 +58,13 @@ dependencies:
58
58
# such as CFBundleVersion on iOS or versionCode on Android.
59
59
package_info : ^2.0.2
60
60
61
- # Easily configure any flutter application with globa variables using a `.env` file
61
+ # Easily configure any flutter application with global variables using a `.env` file
62
62
flutter_dotenv : ^5.0.2
63
63
64
+ # An SVG rendering and widget library for Flutter, which allows painting and displaying
65
+ # Scalable Vector Graphics 1.1 files.
66
+ flutter_svg : ^1.1.0
67
+
64
68
dev_dependencies :
65
69
flutter_test :
66
70
sdk : flutter
@@ -92,6 +96,9 @@ flutter:
92
96
# assets:
93
97
# - images/a_dot_burr.jpeg
94
98
# - images/a_dot_ham.jpeg
99
+ assets :
100
+ - assets/svg/
101
+ - assets/translations/
95
102
96
103
# To add custom fonts to your application, add a fonts section here,
97
104
# in this "flutter" section. Each entry in this list should have a
You can’t perform that action at this time.
0 commit comments