-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
64 lines (51 loc) · 1.86 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
name: theme_demo
description: Flutter theme demo using FlexColorScheme and Riverpod.
publish_to: 'none'
version: 0.9.5
environment:
sdk: '>=2.19.0 <4.0.0'
flutter: '>=3.7.0'
dependencies:
# Used by Cupertino classes for iOS style icons (by Google, flutter.dev).
# https://pub.dev/packages/cupertino_icons
cupertino_icons: ^1.0.5
# Color picker package, by Mike Rydstrom, rydmike.com (@rydmike).
# https://pub.dev/packages/flex_color_picker
flex_color_picker: ^3.2.0
# Used for surface colored branded theming. (by rydmike.com)
# https://pub.dev/packages/flex_color_scheme
flex_color_scheme: ^7.0.1
# The Flutter framework (by Google, flutter.dev)
# https://flutter.dev
flutter:
sdk: flutter
# Riverpod, next generation version of Provider (by Remi Rousselet).
# https://pub.dev/packages/flutter_riverpod
flutter_riverpod: ^2.3.4
# Hive local storage, by Simon Leir.
# https://pub.dev/packages/hive
hive: ^2.2.3
# Commonly used directories on host platform file systems, by Google (flutter.dev).
# Used to get a working storage path for Hive on Windows.
# https://pub.dev/packages/path_provider
path_provider: ^2.0.14
# Store value pair shared preference data, by Google flutter.dev.
# https://pub.dev/packages/shared_preferences
shared_preferences: ^2.1.0
# Used for launching a WEB URL (by Google flutter.dev).
# https://pub.dev/packages/url_launcher
url_launcher: ^6.1.10
dev_dependencies:
flutter_test:
sdk: flutter
# 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
# Custom icon font package with only needed and used icons.
fonts:
- family: FlexIcons
fonts:
- asset: assets/fonts/FlexIcons.ttf