-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
57 lines (46 loc) · 1.35 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
name: ricky_n_morty
description: A client app of the Rick and Morty GraphQL API.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 3.2.1
environment:
sdk: '>=3.5.4 <4.0.0'
dependencies:
cached_network_image: ^3.4.1
ferry: ^0.16.0+1
ferry_flutter: ^0.9.0
ferry_hive_store: ^0.5.2
flutter:
sdk: flutter
get_it: ^8.0.2
gql_http_link: ^1.1.0
hive: ^2.2.3
hive_flutter: ^1.1.0
url_launcher: ^6.3.1
flutter_native_splash:
image: assets/rick_mort_splash.png
color: "ffffff"
flutter_icons:
android: true
ios: true
image_path: "assets/rick_mort_icon.png"
remove_alpha_ios: true
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
dev_dependencies:
build_runner: null
ferry_generator: 0.12.0
flutter_launcher_icons: ^0.14.2
flutter_lints: ^5.0.0
flutter_native_splash: ^2.4.3
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
# - images/a_dot_ham.jpeg