Skip to content

Commit e38a002

Browse files
Revert "Move widget_preview_scaffold into pub workspace" (#185164)
Reverts: [Move widget_preview_scaffold into pub workspace](#182627) Initiated by: @loic-sharma Reason for reverting: this broke the tree. Example failure: https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20packages_autoroller/20101/overview Original PR Author: @jmagman Reviewed By: @bkonyi The original PR description is provided below: I noticed the pub roller is often touching widget_preview_scaffold #182579. However, that should be part of the pub workspace. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
1 parent 31f1802 commit e38a002

3 files changed

Lines changed: 55 additions & 241 deletions

File tree

Lines changed: 54 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,71 @@
11
name: widget_preview_scaffold
22
description: Scaffolding for Flutter Widget Previews
3+
publish_to: "none"
4+
version: 0.0.1
35

46
environment:
57
sdk: ^3.10.0-0
68

7-
resolution: workspace
8-
99
dependencies:
1010
flutter:
1111
sdk: flutter
12+
flutter_test:
13+
sdk: flutter
14+
# These will be replaced with proper constraints after the template is hydrated.
15+
dtd: 4.0.0
16+
flutter_lints: 6.0.0
17+
google_fonts: 6.3.3
18+
json_rpc_2: 4.1.0
19+
path: 1.9.1
20+
stack_trace: 1.12.1
21+
url_launcher: 6.3.2
1222

13-
dtd: any
14-
file: any
15-
google_fonts: any
16-
json_rpc_2: any
17-
path: any
18-
stack_trace: any
19-
url_launcher: any
20-
web: any
21-
webview_flutter: any
23+
async: 2.13.1
24+
boolean_selector: 2.1.2
25+
characters: 1.4.1
26+
clock: 1.1.2
27+
collection: 1.19.1
28+
convert: 3.1.2
29+
crypto: 3.0.7
30+
fake_async: 1.3.3
31+
file: 7.0.1
32+
http: 1.6.0
33+
http_parser: 4.1.2
34+
leak_tracker: 11.0.2
35+
leak_tracker_flutter_testing: 3.0.10
36+
leak_tracker_testing: 3.0.2
37+
lints: 6.1.0
38+
matcher: 0.12.19
39+
material_color_utilities: 0.13.0
40+
meta: 1.18.0
41+
plugin_platform_interface: 2.1.8
42+
source_span: 1.10.2
43+
stream_channel: 2.1.4
44+
string_scanner: 1.4.1
45+
term_glyph: 1.2.2
46+
test_api: 0.7.11
47+
typed_data: 1.4.0
48+
unified_analytics: 8.0.14
49+
url_launcher_android: 6.3.29
50+
url_launcher_ios: 6.4.1
51+
url_launcher_linux: 3.2.2
52+
url_launcher_macos: 3.2.5
53+
url_launcher_platform_interface: 2.3.2
54+
url_launcher_web: 2.4.2
55+
url_launcher_windows: 3.1.5
56+
vector_math: 2.2.0
57+
vm_service: 15.0.2
58+
web: 1.1.1
59+
web_socket: 1.0.1
60+
web_socket_channel: 3.0.3
61+
webview_flutter: 4.9.0
62+
webview_flutter_web: ^0.2.3+4
2263

2364
dev_dependencies:
2465
flutter_tools:
2566
path: ../../../packages/flutter_tools/
26-
test: any
27-
flutter_test:
28-
sdk: flutter
67+
test: 1.31.0
2968

3069
flutter:
3170
uses-material-design: true
32-
33-
# PUBSPEC CHECKSUM: 7554df
71+
# PUBSPEC CHECKSUM: ciq2fr

0 commit comments

Comments
 (0)