mirror of https://github.com/flutter/samples.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
965 B
39 lines
965 B
name: samples_index
|
|
description: A visual index of Flutter samples.
|
|
homepage: https://github.com/flutter/samples/tree/main/web/samples_index
|
|
version: 0.0.1
|
|
publish_to: none
|
|
|
|
environment:
|
|
sdk: ^3.4.0-0
|
|
|
|
dependencies:
|
|
checked_yaml: ^2.0.3
|
|
json_annotation: ^4.8.1
|
|
mdc_web: ^0.6.0
|
|
path: ^1.8.3
|
|
sass_builder: ^2.2.1
|
|
yaml: ^3.1.2
|
|
|
|
dev_dependencies:
|
|
build: ^2.4.0
|
|
build_runner: ^2.4.2
|
|
build_web_compilers: ^4.0.3
|
|
grinder: ^0.9.4
|
|
image: ^4.1.3
|
|
json_serializable: ^6.6.2
|
|
lints: ^4.0.0
|
|
test: ^1.24.2
|
|
|
|
# package:mdc_web needs to upgrade the version of material-components-web 12.0.0
|
|
# or above, which includes this fix for the division operator:
|
|
|
|
# https://github.com/material-components/material-components-web/pull/7158
|
|
#
|
|
# Until then, dart-sass produces a warning that this operator is being removed
|
|
# in favor of calc().
|
|
#
|
|
# See this issue for details:
|
|
# https://github.com/dart-lang/dart-pad/issues/2388
|
|
dependency_overrides:
|
|
sass: ^1.62.0 |