-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpubspec.yaml
46 lines (40 loc) · 1009 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
37
38
39
40
41
42
43
44
45
46
name: flutter_dice
description: A new demo of flutter state using various patterns
version: 1.0.2
dependencies:
flutter:
sdk: flutter
rxdart: ^0.27.3
shared_preferences: ^2.0.15
provider: ^6.0.2
flutter_riverpod: ^2.0.0-dev.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.7.4
# run "flutter pub run flutter_launcher_icons:main" to refresh icons
flutter_icons:
android: true
ios: true
image_path: "images/app_icon.png"
environment:
sdk: '>=2.12.0 <3.0.0'
flutter:
uses-material-design: true
# Icons provided by: https://game-icons.net/tags/dice.html
# Created by Delapouite, http://delapouite.com, and Skoll
assets:
- images/d4-w.png
- images/d4-b.png
- images/d6-w.png
- images/d6-b.png
- images/d8-w.png
- images/d8-b.png
- images/d10-w.png
- images/d10-b.png
- images/d12-w.png
- images/d12-b.png
- images/d20-w.png
- images/d20-b.png
- images/rolling-w.png
- images/rolling-b.png