File tree Expand file tree Collapse file tree 7 files changed +37
-0
lines changed
Expand file tree Collapse file tree 7 files changed +37
-0
lines changed Load Diff Large diffs are not rendered by default.
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change @@ -69,6 +69,20 @@ packages:
6969 url: "https://pub.dartlang.org"
7070 source: hosted
7171 version: "2.0.1"
72+ flutter_modular:
73+ dependency: "direct main"
74+ description:
75+ name: flutter_modular
76+ url: "https://pub.dartlang.org"
77+ source: hosted
78+ version: "5.0.3"
79+ flutter_modular_annotations:
80+ dependency: transitive
81+ description:
82+ name: flutter_modular_annotations
83+ url: "https://pub.dartlang.org"
84+ source: hosted
85+ version: "0.0.2"
7286 flutter_test:
7387 dependency: "direct dev"
7488 description: flutter
@@ -102,6 +116,20 @@ packages:
102116 url: "https://pub.dartlang.org"
103117 source: hosted
104118 version: "1.7.0"
119+ modular_core:
120+ dependency: transitive
121+ description:
122+ name: modular_core
123+ url: "https://pub.dartlang.org"
124+ source: hosted
125+ version: "2.0.3+1"
126+ modular_interfaces:
127+ dependency: transitive
128+ description:
129+ name: modular_interfaces
130+ url: "https://pub.dartlang.org"
131+ source: hosted
132+ version: "2.0.2"
105133 path:
106134 dependency: transitive
107135 description:
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ environment:
2929dependencies :
3030 flutter :
3131 sdk : flutter
32+ flutter_modular : ^5.0.3
3233
3334
3435 # The following adds the Cupertino Icons font to your application.
@@ -87,3 +88,6 @@ flutter:
8788 #
8889 # For details regarding fonts from package dependencies,
8990 # see https://flutter.dev/custom-fonts/#from-packages
91+ assets :
92+ - assets/illustrations/
93+ - assets/lottiefiles/
You can’t perform that action at this time.
0 commit comments