-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
65 lines (55 loc) · 1.72 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
58
59
60
61
62
63
64
65
name: news_app
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: '>=3.0.1 <4.0.0'
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter
appinio_swiper: ^2.0.1
dio: ^5.2.0+1
get_it: ^7.6.0
shared_preferences: ^2.1.2
equatable: ^2.0.5
flutter_bloc: ^8.1.3
flutter_svg: ^2.0.6
shimmer: ^3.0.0
internet_connection_checker: ^1.0.0+1
freezed_annotation: ^2.2.0
bloc: ^8.1.2
cached_network_image: ^3.3.0
objectbox: ^2.1.0
objectbox_flutter_libs: any
visibility_detector: ^0.4.0+2
firebase_dynamic_links: ^5.3.3
firebase_core: ^2.14.0
# keyboard_dismisser: ^3.0.0
dev_dependencies:
flutter_lints: ^2.0.0
flutter_test:
sdk: flutter
build_runner: ^2.4.5
freezed: ^2.1.1
objectbox_generator: any
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: Outfit
fonts:
- asset: assets/fonts/Outfit-Regular.ttf
- asset: assets/fonts/Outfit-Bold.ttf
- family: Roboto
fonts:
- asset: assets/fonts/Roboto-Regular.ttf
- asset: assets/fonts/Roboto-Bold.ttf