-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
45 lines (37 loc) · 1.09 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
name: open_roller
description: Open source dice rolling app.
version: 0.8.5
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
dice_tower: 0.6.5
flutter_launcher_icons: 0.7.5
auto_size_text: 2.1.0
shared_preferences: 0.5.7+3
provider: 4.1.3
flutter_bloc: 4.0.1
equatable: 1.2.0
persist_theme: 1.7.0
# flutter_material_color_picker: 1.0.5
# # Firebase
# firebase_crashlytics: 0.1.3+3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_icons:
ios: true
android: true
image_path_ios: "assets/launcher/icon.png"
image_path_android: "assets/launcher/icon.png"
adaptive_icon_background: "assets/launcher/background.png"
adaptive_icon_foreground: "assets/launcher/foreground.png"
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
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