-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
59 lines (43 loc) · 1.06 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
name: scoop
description: Quick news bites and information
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.16.1 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
figma_squircle: ^0.5.3
blur: ^3.1.0
flutter_feather_icons: ^2.0.0+1
modal_bottom_sheet: ^2.1.2
sheet: ^0.0.4+1
http: ^0.13.5
ionicons: ^0.2.1
liquid_pull_to_refresh: ^3.0.1
localstorage: ^4.0.0+1
pull_down_button: ^0.4.0
shared_preferences: ^2.0.15
webview_flutter: ^3.0.4
share_plus: ^6.3.0
image_size_getter: ^2.1.2
dots_indicator: ^2.1.0
swipeable_page_route: ^0.2.6
animate_gradient: ^0.0.2
resizable_widget: ^1.0.5
carousel_slider: ^4.2.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- lib/assets/horizontal.png
- lib/assets/vertical.png
fonts:
- family: MonumentExt
fonts:
- asset: fonts/MonumentExtended-Regular.otf
- asset: fonts/MonumentExtended-Ultrabold.otf
weight: 500