-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
40 lines (35 loc) · 1.34 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
name: color_picker_field
description: Color Picker field for Material and Cupertino, including a Radial
Color picker(Hue based)
version: 2.1.0
repository: https://github.com/talamaska/flutter_color_picker_field
environment:
sdk: ">=2.19.0 <3.0.0"
dependencies:
cupertino_icons: ^1.0.5
flutter:
sdk: flutter
vector_math: ^2.1.4
dev_dependencies:
flutter_lints: ^2.0.1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
screenshots:
- description: Material color picker fields
path: screenshots/material_fields.png
- description: Cupertino color picker fields
path: screenshots/cupertino_fields.png
- description: Material color picker dialog
path: screenshots/material_color_picker1.png
- description: Material color picker dialog - editing already selected colors
path: screenshots/material_color_picker2.png
- description: Material color picker dialog - with saturation and lightness sliders
path: screenshots/material_color_picker3.png
- description: Cupertino color picker dialog
path: screenshots/cupertino_color_picker1.png
- description: Cupertino color picker dialog - editing already selected colors
path: screenshots/cupertino_color_picker2.png
- description: Cupertino color picker dialog - with saturation and lightness sliders
path: screenshots/cupertino_color_picker3.png