-
-
Notifications
You must be signed in to change notification settings - Fork 110
/
pubspec.yaml
64 lines (58 loc) · 2.64 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: flex_color_scheme
description: A Flutter package to use and make beautiful Material design based themes.
version: 8.0.1
homepage: https://docs.flexcolorscheme.com
repository: https://github.com/rydmike/flex_color_scheme
issue_tracker: https://github.com/rydmike/flex_color_scheme/issues
documentation: https://docs.flexcolorscheme.com
screenshots:
- description: 'Example of FlexColorScheme light theme colors in Themes Playground theme simulator'
path: example/screenshots/fcs_colors_light.png
- description: 'Example of FlexColorScheme dark theme colors in Themes Playground theme simulator'
path: example/screenshots/fcs_colors_dark.png
- description: 'FlexColorScheme light theme applied to a mock login screen in Themes Playground'
path: example/screenshots/fcs_login_light.png
- description: 'FlexColorScheme dark theme applied to a mock login screen in Themes Playground'
path: example/screenshots/fcs_login_dark.png
- description: 'FlexColorScheme light theme applied to a mock shop app in Themes Playground'
path: example/screenshots/fcs_shop_light.png
- description: 'FlexColorScheme dark theme applied to a mock shop app in Themes Playground'
path: example/screenshots/fcs_shop_dark.png
- description: 'A FlexColorScheme pink light theme applied on the Flutter M3 demo app in Themes Playground'
path: example/screenshots/fcs_pad_light.png
- description: 'A FlexColorScheme pink dark theme applied on the Flutter M3 demo app in Themes Playground'
path: example/screenshots/fcs_pad_dark.png
- description: 'A FlexColorScheme blue light theme applied on the Flutter M3 demo app in Themes Playground'
path: example/screenshots/fcs_big_pad_light.png
- description: 'A FlexColorScheme blue dark theme applied on the Flutter M3 demo app in Themes Playground'
path: example/screenshots/fcs_big_pad_dark.png
topics:
- theme
- colorscheme
- material3
- color
- materialdesign
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.24.0'
dependencies:
# FlexSeedScheme package, by Mike Rydstrom, rydmike.com (@rydmike).
# https://pub.dev/packages/flex_seed_scheme
flex_seed_scheme: ^3.4.0
flutter:
sdk: flutter
# Annotations used to express developer intentions that can't otherwise be deduced by
# statically analyzing source code. Package is from Google dart.dev team.
#
# Flutter does not expose the "@internal" annotation via foundation, to use it we need to
# import the package.
meta: ^1.9.0
dev_dependencies:
# Flutter test tools
flutter_test:
sdk: flutter
# Google fonts, by Google material.io.
# https://pub.dev/packages/google_fonts
google_fonts: ^6.2.1
# Test lib.
test: