-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
36 lines (31 loc) · 973 Bytes
/
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
name: liquid_ui
description: A new Flutter project.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
dfc_flutter:
# git: git://github.com/sgehrman/dfc_flutter
git: git@github.com:sgehrman/dfc_flutter
# path: ../flutter_shared
flutter:
sdk: flutter
provider: ^6.0.3
flutter_colorpicker: ^1.0.3
dev_dependencies:
analyzer: ^2.2.0
build_runner: ^2.1.11
lint: ^1.5.3
simple_json: ^2.2.0
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages