Skip to content

Commit 41efd4e

Browse files
Update pubspec.yaml with:
- the correct platform declaration syntax - the correct screenshots links
1 parent 837e71c commit 41efd4e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

example/pubspec.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ packages:
262262
path: ".."
263263
relative: true
264264
source: path
265-
version: "1.0.0"
265+
version: "1.0.1+2"
266266
sdks:
267267
dart: ">=3.1.3 <4.0.0"
268268
flutter: ">=3.13.6"

pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ topics:
1212
- web
1313

1414
platforms:
15-
- web
15+
web:
1616

1717
environment:
1818
sdk: ">=3.1.3 <4.0.0"
@@ -42,7 +42,7 @@ screenshots:
4242
- description: "This gif demonstrates the color picker events using a custom selector and the default selector"
4343
path: screenshots/web_color_picker_events.gif
4444
- description: "This gif shows a custom color picker selector displayed with the web_color_picker package."
45-
path: screenshots/web_color_picker.gif
45+
path: screenshots/web_color_picker_dot_builder.gif
4646
- description: "This gif shows the browser's default color picker displayed with the web_color_picker package."
4747
path: screenshots/web_color_picker.gif
4848

0 commit comments

Comments
 (0)