Home
last modified time | relevance | path

Searched +full:uses +full:- +full:material +full:- +full:design (Results 1 – 25 of 173) sorted by relevance

1234567

/third_party/flutter/flutter/packages/flutter_tools/test/general.shard/
Dflutter_manifest_test.dart2 // Use of this source code is governed by a BSD-style license that can be
52 test('knows if material design is used', () async {
59 uses-material-design: true
72 uses-material-design: true
74 - a/foo
75 - a/bar
90 uses-material-design: true
92 - family: foo
94 - asset: a/bar
120 uses-material-design: true
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dback_button.dart2 // Use of this source code is governed by a BSD-style license that can be
23 /// * [Icon], a material design icon.
47 /// A material design back button.
59 /// Requires one of its ancestors to be a [Material] widget.
63 /// * [AppBar], which automatically uses a [BackButton] in its
97 /// A material design close button.
107 /// * [AppBar], which automatically uses a [CloseButton] in its
112 /// * [IconButton], to create other material design icon buttons.
114 /// Creates a Material Design close button.
Dtext_theme.dart2 // Use of this source code is governed by a BSD-style license that can be
10 /// Material design text theme.
12 /// Definitions for the various typographical styles found in material design
19 /// The Material Design typography scheme was significantly changed in the
21 /// (https://material.io/design/typography).
26 /// headline1 96.0 light -1.5
27 /// headline2 60.0 light -0.5
44 /// The [TextTheme] API is based on the original material (2014)
45 /// design spec, which used different text style names. For backwards
48 /// terms of the 2018 material spec.
[all …]
Dapp.dart2 // Use of this source code is governed by a BSD-style license that can be
19 /// [MaterialApp] uses this [TextStyle] as its [DefaultTextStyle] to encourage
22 /// In Material Design, most [Text] widgets are contained in [Material] widgets,
23 /// which sets a specific [DefaultTextStyle]. If you're seeing text that uses
24 /// this text style, consider putting your text in a [Material] widget (or
34 debugLabel: 'fallback style; consider putting your text in a Material',
50 /// An application that uses material design.
53 /// required for material design applications. It builds upon a [WidgetsApp] by
54 /// adding material-design specific functionality, such as [AnimatedTheme] and
57 /// The [MaterialApp] configures the top-level [Navigator] to search for routes
[all …]
Ddialog.dart2 // Use of this source code is governed by a BSD-style license that can be
16 import 'material.dart';
24 /// A material design dialog.
28 /// or [SimpleDialog], which implement specific kinds of material design
36 /// * <https://material.io/design/components/dialogs.html>
51 /// {@template flutter.material.dialog.backgroundColor}
54 /// This sets the [Material.color] on this [Dialog]'s [Material].
60 /// {@template flutter.material.dialog.elevation}
61 /// The z-coordinate of this [Dialog].
66 /// {@macro flutter.material.material.elevation}
[all …]
Ddivider.dart2 // Use of this source code is governed by a BSD-style license that can be
16 /// In the material design language, this represents a divider. Dividers can be
29 /// * <https://material.io/design/components/dividers.html>
31 /// Creates a material design divider.
34 /// non-negative.
91 /// {@end-tool}
103 /// This example uses this method to create a box that has a divider above and
118 /// {@end-tool}
153 /// In the material design language, this represents a divider. Vertical
163 /// * <https://material.io/design/components/dividers.html>
[all …]
Dchip.dart2 // Use of this source code is governed by a BSD-style license that can be
18 import 'material.dart';
25 // Some design constants
43 /// An interface defining the base attributes for a material design chip.
60 /// * [FilterChip], uses tags or descriptive words as a way to filter content.
62 /// * <https://material.io/design/components/chips.html>
136 /// Defaults to 0. The value is always non-negative.
145 /// An interface for material design chips that can be deleted.
157 /// * <https://material.io/design/components/chips.html>
176 /// {@tool snippet --template=stateful_widget_scaffold}
[all …]
Dtypography.dart2 // Use of this source code is governed by a BSD-style license that can be
16 /// three language categories defined in <https://material.io/go/design-typography>.
19 /// [ScriptCategory.dense] scripts - for text styles that are smaller than the
20 /// title style - are one unit larger than they are for
25 /// notable exception in that, while it uses a localized form of the Latin
37 /// Middle-Eastern languages, like Arabic, Hindi, Telugu, Thai, and
42 /// The color and geometry [TextThemes] for Material apps.
62 /// correspond to the original version of the Material Design spec and are
68 /// `Typography(platform: platform)` which uses [englishLike2014],
86 /// * <https://material.io/design/typography/>
[all …]
Dsnack_bar.dart2 // Use of this source code is governed by a BSD-style license that can be
11 import 'material.dart';
20 // one line or not, and if they are, use the single-line layout, and if not, use
78 /// * <https://material.io/design/components/snackbars.html>
82 /// The [label] and [onPressed] arguments must be non-null.
163 /// * <https://material.io/design/components/snackbars.html>
167 /// The [content] argument must be non-null. The [elevation] must be null or
168 /// non-negative.
195 /// The z-coordinate at which to place the snack bar. This controls the size
198 /// Defines the card's [Material.elevation].
[all …]
Dtheme_data.dart2 // Use of this source code is governed by a BSD-style license that can be
56 /// Configures the tap target and layout size of certain Material widgets.
87 /// Shrinks the tap target size to the minimum provided by the Material
92 /// Holds the color and typography values for a material design theme.
108 /// one of the swatches defined by the material design spec. This
117 /// See <https://material.io/design/color/> for
220 // TODO(sandrasandeep): change to color provided by Material Design team
355 /// specified. They all must also be non-null except for
492 /// the Material dark theme method for indicating elevation by overlaying
493 /// a semi-transparent white color on top of the surface color.
[all …]
Dicon_button.dart2 // Use of this source code is governed by a BSD-style license that can be
14 import 'material.dart';
19 // See: <https://material.io/design/usability/accessibility.html#layout-typography>.
22 /// A material design icon button.
24 /// An icon button is a picture printed on a [Material] widget that reacts to
33 /// Requires one of its ancestors to be a [Material] widget.
37 …fy the [touch target size](https://material.io/guidelines/layout/metrics-keylines.html#metrics-key…
38 /// requirements in the Material Design specification. The [alignment] controls
41 /// {@tool snippet --template=stateful_widget_scaffold}
43 /// This sample shows an `IconButton` that uses the Material icon "volume_up" to
[all …]
Dink_well.dart2 // Use of this source code is governed by a BSD-style license that can be
15 import 'material.dart';
48 /// Typically causes the ink to propagate faster across the material. By default this
103 /// An area of a [Material] that responds to touch. Has a configurable shape and
132 …aller than the child widget.](https://flutter.github.io/assets-for-api-docs/assets/material/ink_re…
136 … box, centered on the child.](https://flutter.github.io/assets-for-api-docs/assets/material/ink_re…
145 …ctangle the size of the box.](https://flutter.github.io/assets-for-api-docs/assets/material/ink_we…
147 /// The [InkResponse] widget must have a [Material] widget as an ancestor. The
148 /// [Material] widget is where the ink reactions are actually painted. This
149 /// matches the material design premise wherein the [Material] is what is
[all …]
/third_party/ejdb/src/bindings/ejdb2_flutter/example/
Dpubspec.yaml30 # The following line ensures that the Material Icons font is
32 # the material Icons class.
33 uses-material-design: true
37 # - images/a_dot_burr.jpeg
38 # - images/a_dot_ham.jpeg
40 # An image asset can refer to one or more resolution-specific "variants", see
41 # https://flutter.dev/assets-and-images/#resolution-aware.
44 # https://flutter.dev/assets-and-images/#from-packages
52 # - family: Schyler
54 # - asset: fonts/Schyler-Regular.ttf
[all …]
/third_party/flutter/flutter/packages/flutter_tools/test/data/asset_test/font/
Dpubspec.yaml6 sdk: ">=2.0.0-dev.68.0 <3.0.0"
9 uses-material-design: true
11 - family: test_font
13 - asset: test_font_file
/third_party/flutter/flutter/examples/image_list/
Dpubspec.yaml17 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
18 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
19 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
20 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
31 …async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
32 …oolean_selector: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --for…
33 …charcode: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgr…
34 …matcher: 0.12.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgr…
35 path: 1.6.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36 …pedantic: 1.8.0+1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/app/
Dpubspec.yaml.tmpl12 # build by specifying --build-name and --build-number, respectively.
13 # In Android, build-name is used as versionName while build-number used as versionCode.
15 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersi…
52 # The following line ensures that the Material Icons font is
54 # the material Icons class.
55 uses-material-design: true
59 # - images/a_dot_burr.jpeg
60 # - images/a_dot_ham.jpeg
62 # An image asset can refer to one or more resolution-specific "variants", see
63 # https://flutter.dev/assets-and-images/#resolution-aware.
[all …]
/third_party/flutter/flutter/dev/integration_tests/named_isolates/
Dpubspec.yaml6 sdk: ">=2.0.0-dev.68.0 <3.0.0"
12 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
13 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
14 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
15 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
18 uses-material-design: true
/third_party/flutter/flutter/examples/platform_view/
Dpubspec.yaml5 sdk: ">=2.0.0-dev.68.0 <3.0.0"
11 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
12 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
13 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
14 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
18 uses-material-design: true
20 - assets/flutter-mark-square-64.png
/third_party/flutter/flutter/examples/flutter_view/
Dpubspec.yaml6 sdk: ">=2.0.0-dev.68.0 <3.0.0"
12 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
13 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
14 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
15 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
18 uses-material-design: true
20 - assets/flutter-mark-square-64.png
/third_party/flutter/flutter/packages/flutter_localizations/lib/src/l10n/
DREADME.md1 # Material and Cupertino Libraries Localizations
4 strings) used by the Material and Cupertino libraries. The
17 The Material and Cupertino libraries use
25 The Material and Cupertino libraries only depend on a small subset
36 There is one language-specific .arb file for each supported locale. If
38 localizations are automatically merged with the language-specific ones.
58 Each of the language-specific .arb files contains an entry for
91 A few of material translations contain `$variable` tokens. The
92 Material and Cupertino libraries replace these tokens with values at
93 run-time. For example:
[all …]
/third_party/flutter/flutter/packages/flutter_tools/templates/module/common/
Dpubspec.yaml.tmpl8 # build by specifying --build-name and --build-number, respectively.
9 # In Android, build-name is used as versionName while build-number used as versionCode.
11 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersi…
16 # a `flutter run` or a `flutter make-host-app-editable`. It has no impact
43 # The following line ensures that the Material Icons font is
45 # the material Icons class.
46 uses-material-design: true
51 # - images/a_dot_burr.jpeg
52 # - images/a_dot_ham.jpeg
54 # An image asset can refer to one or more resolution-specific "variants", see
[all …]
/third_party/flutter/flutter/packages/flutter_tools/schema/
Dpubspec_yaml.json2 "$schema": "http://json-schema.org/draft-04/schema#",
16 "uses-material-design": { "type": "boolean" }, object
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/
Dpubspec.yaml8 # build by specifying --build-name and --build-number, respectively.
9 # In Android, build-name is used as versionName while build-number used as versionCode.
11 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersi…
27 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
28 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
29 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
30 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
41 …async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
42 …oolean_selector: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --for…
43 …charcode: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgr…
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dicon.dart2 // Use of this source code is governed by a BSD-style license that can be
15 /// an [IconData] such as material's predefined [IconData]s in [Icons].
17 /// Icons are not interactive. For an interactive icon, consider material's
24 /// This widget assumes that the rendered icon is squared. Non-squared icons may
30 /// sizes. The first [Icon] uses a [semanticLabel] to announce in accessibility
33 …reen musical note, and a blue umbrella](https://flutter.github.io/assets-for-api-docs/assets/widge…
58 /// {@end-tool}
95 /// area the appropriate size as well. The [IconButton] uses an [IconTheme] to
107 /// In material apps, if there is a [Theme] without any [IconTheme]s
116 /// Typically, a material design color will be used, as follows:
[all …]
/third_party/flutter/flutter/dev/integration_tests/ios_add2app/flutterapp/
Dpubspec.yaml8 # build by specifying --build-name and --build-number, respectively.
12 # a `flutter run` or a `flutter make-host-app-editable`. It has no impact
17 sdk: ">=2.0.0-dev.68.0 <3.0.0"
27 …collection: 1.14.11 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-
28 meta: 1.1.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
29 …typed_data: 1.1.6 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-up…
30 …vector_math: 2.0.8 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-u…
39 …async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
40 …oolean_selector: 1.0.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --for…
41 …charcode: 1.1.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgr…
[all …]

1234567