forked from X-Wei/flutter_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
118 lines (110 loc) · 3.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
name: flutter_catalog
description: An app showcasing Flutter components, with side-by-side source code view.
# *Note*: when version change, remember to also update constants.dart.
version: 2.6.3+74
environment:
sdk: ">=2.7.0 <3.0.0"
publish_to: none
dependencies:
flutter:
sdk: flutter
gradient_app_bar:
git:
url: https://github.com/TinyProgrammers/GradientAppBar.git
animated_floatactionbuttons: 0.1.0
animated_text_kit: ^4.2.1
animations: ^2.0.0
async: ^2.7.0
backdrop: ^0.6.1
badges: ^2.0.1
cached_network_image: ^2.5.1
charts_flutter: ^0.10.0
cloud_firestore: ^0.16.0+1
cloud_firestore_web: null
convex_bottom_bar: ^3.0.0
day_night_switcher: ^0.2.0
edge_detection: ^1.0.6
english_words: 3.1.5
# cf. https://github.com/fluttercandies/extended_image/issues/309
extended_image: 1.5.0-dev
feature_discovery: ^0.13.0+2
ffi: ^1.1.1
firebase_analytics: ^7.0.1
firebase_analytics_web: null
firebase_auth: ^0.20.1
firebase_auth_web: null
firebase_core: ^0.7.0
firebase_core_web: null
firebase_database: ^6.0.0
firebase_ml_vision: ^0.12.0+2
firebase_storage: ^7.0.0
firebase_storage_web: null
fl_chart: ^0.36.1
flutter_bloc: ^6.1.3
flutter_gallery_assets: ^0.2.6
flutter_gradients: ^1.0.0+2
flutter_markdown: ^0.5.2
flutter_radar_chart: ^0.2.0
flutter_riverpod: ^0.12.4
flutter_slidable: ^0.6.0
flutter_state_notifier: ^0.6.1
flutter_webview_plugin: ^0.4.0
fluttertoast: ^8.0.7
freezed_annotation: ^0.12.0
google_fonts: ^1.1.2
google_sign_in: ^4.5.9
graphview: ^0.7.0
heatmap_calendar: ^1.2.8
hive: 1.4.4+1
hive_flutter: 0.3.1
http: 0.12.2
image: ^2.1.19
image_picker: ^0.6.7+14
intl: ^0.16.1
local_auth: ^0.6.3+4
lottie: ^0.7.0+1
package_info: ^2.0.2
path: ^1.8.0
path_provider: ^1.6.28
photo_view: ^0.11.1
provider: ^4.3.3
scoped_model: ^1.1.0
sembast: ^3.0.3
shared_preferences: ^0.5.12+4
shimmer: ^2.0.0
sqflite: ^2.0.0+3
state_notifier: ^0.6.0
substring_highlight: ^1.0.33
syntax_highlighter: 0.1.1
transparent_image: ^2.0.0
tuple: ^1.0.3
url_launcher: ^5.7.10
video_player: ^1.0.1
widget_with_codeview: ^1.0.5
dev_dependencies:
build_runner: ^1.11.5
flutter_native_splash: ^0.3.2
freezed: ^0.12.7
hive_generator: ^0.8.2
lint: ^1.5.3
dependency_overrides:
dartx: ^0.5.0
# path: ^1.6.4 # cf. https://github.com/hivedb/hive/issues/285#issuecomment-633815558
# Cf. https://pub.dev/packages/flutter_native_splash
flutter_native_splash:
color: "#f6f6f6"
image: res/images/splash_screen.png
# The following section is specific to Flutter.
flutter:
uses-material-design: true
# Note: when new assets are added, have to run `flutter clean` to see
# changes take effect.
assets:
# *Tip*: keep the slash at the end of folder path adds all files to
# assets. Note: this doesn't work with subfolders.
# c.f. https://github.com/flutter/flutter/issues/4890#issuecomment-407327749
- lib/routes/
- lib/routes/data/
- res/images/
- res/lottie/
- packages/flutter_gallery_assets/animated_images/animated_flutter_stickers.webp