Skip to content

Commit dc41935

Browse files
feat(core): add assets
1 parent 23223f1 commit dc41935

File tree

7 files changed

+37
-0
lines changed

7 files changed

+37
-0
lines changed

apps/flutter/rick-morty/assets/illustrations/error.svg

Lines changed: 1 addition & 0 deletions
Loading

apps/flutter/rick-morty/assets/illustrations/favorite.svg

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

apps/flutter/rick-morty/assets/lottiefiles/fail.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

apps/flutter/rick-morty/assets/lottiefiles/splash.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

apps/flutter/rick-morty/pubspec.lock

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff 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:

apps/flutter/rick-morty/pubspec.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ environment:
2929
dependencies:
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/

0 commit comments

Comments
 (0)