-
Notifications
You must be signed in to change notification settings - Fork 46
/
pubspec.yaml
82 lines (76 loc) · 2.29 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
name: tweet_ui
description: Show Tweets from a Twitter API JSON on Android and iOS. Support for Tweets with 1-4 photos, Video, GIFs, hashtags, mentions, symbols, urls, quoted Tweets and retweets.
version: 4.0.5
homepage: https://github.com/schibsted/tweet_ui
environment:
sdk: ">=2.15.0 <3.0.0"
flutter: ">=2.8.1"
dependencies:
flutter:
sdk: flutter
cached_network_image: ^3.2.0
collection: ^1.15.0
intl: ^0.17.0
better_player: ^0.0.81
photo_view: ^0.14.0
url_launcher: ^6.0.20
html_unescape: ^2.0.0
json_annotation: ^4.4.0
golden_toolkit: ^0.13.0
dev_dependencies:
build_runner: ^2.1.8
json_serializable: ^6.1.5
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/tw__ic_gif_badge.png
- assets/1.5x/tw__ic_gif_badge.png
- assets/2.0x/tw__ic_gif_badge.png
- assets/3.0x/tw__ic_gif_badge.png
- assets/tw__ic_logo_blue.png
- assets/1.5x/tw__ic_logo_blue.png
- assets/2.0x/tw__ic_logo_blue.png
- assets/3.0x/tw__ic_logo_blue.png
- assets/tw__ic_tweet_verified.png
- assets/1.5x/tw__ic_tweet_verified.png
- assets/2.0x/tw__ic_tweet_verified.png
- assets/3.0x/tw__ic_tweet_verified.png
- assets/tw__ic_retweet_light.png
- assets/1.5x/tw__ic_retweet_light.png
- assets/2.0x/tw__ic_retweet_light.png
- assets/3.0x/tw__ic_retweet_light.png
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Thin.ttf
weight: 100
- asset: fonts/Roboto-ThinItalic.ttf
weight: 100
style: italic
- asset: fonts/Roboto-Light.ttf
weight: 200
- asset: fonts/Roboto-LightItalic.ttf
weight: 200
style: italic
- asset: fonts/Roboto-Regular.ttf
weight: 400
- asset: fonts/Roboto-RegularItalic.ttf
weight: 400
style: italic
- asset: fonts/Roboto-Medium.ttf
weight: 500
- asset: fonts/Roboto-MediumItalic.ttf
weight: 500
style: italic
- asset: fonts/Roboto-Bold.ttf
weight: 700
- asset: fonts/Roboto-BoldItalic.ttf
weight: 700
style: italic
- asset: fonts/Roboto-Black.ttf
weight: 900
- asset: fonts/Roboto-BlackItalic.ttf
weight: 900
style: italic