forked from X-Wei/flutter_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
84 lines (78 loc) · 2.44 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
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.3.4+45
environment:
sdk: ">=2.3.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
animated_floatactionbuttons: '0.1.0'
async: '^2.2.0'
backdrop: '0.1.8'
cached_network_image: '1.1.2+1'
cloud_firestore: '0.12.9+6'
english_words: '3.1.5'
firebase_analytics: '3.0.3'
firebase_auth: '0.14.0+5'
firebase_core: '0.4.0+9'
firebase_database: '3.0.7'
firebase_ml_vision: '0.9.3'
firebase_storage: '3.0.6'
flutter_bloc: '0.18.3'
flutter_gallery_assets: '0.1.9+2'
flutter_markdown: '0.2.0'
flutter_webview_plugin: '0.3.5'
fluttertoast: '3.1.0'
google_sign_in: '4.0.2'
hive: '1.1.1'
hive_flutter: '0.2.1'
image_picker: '0.6.0+11'
local_auth: '0.5.2+4'
package_info: '0.4.0+4'
path: '^1.6.2'
path_provider: '1.1.0'
provider: '3.0.0+1'
scoped_model: '1.0.1'
sembast: '2.0.1'
sqflite: '1.1.6+3'
shared_preferences: ' 0.5.3+1'
transparent_image: '1.0.0'
url_launcher: '5.0.3'
widget_with_codeview: '1.0.3'
dev_dependencies:
flutter_test:
sdk: flutter
hive_generator: '0.5.2'
build_runner: '1.7.1'
# 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/
- res/images/
- packages/flutter_gallery_assets/animated_images/animated_flutter_stickers.webp
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.io/custom-fonts/#from-packages