
This will eventually be used as the main communication channel between the widget preview scaffold, the Flutter tool, and other developer tooling (e.g., IDEs). Fixes #166417
21 lines
412 B
Cheetah
21 lines
412 B
Cheetah
name: widget_preview_scaffold
|
|
description: Scaffolding for Flutter Widget Previews
|
|
publish_to: 'none'
|
|
version: 0.0.1
|
|
|
|
environment:
|
|
sdk: {{dartSdkVersionBounds}}
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
flutter_test:
|
|
sdk: flutter
|
|
# These will be replaced with proper constraints after the template is hydrated.
|
|
dtd: any
|
|
flutter_lints: any
|
|
stack_trace: any
|
|
|
|
flutter:
|
|
uses-material-design: true
|