Searched +full:uses +full:- +full:material +full:- +full:design (Results 1 – 25 of 173) sorted by relevance
1234567
2 // Use of this source code is governed by a BSD-style license that can be52 test('knows if material design is used', () async {59 uses-material-design: true72 uses-material-design: true74 - a/foo75 - a/bar90 uses-material-design: true92 - family: foo94 - asset: a/bar120 uses-material-design: true[all …]
2 // Use of this source code is governed by a BSD-style license that can be23 /// * [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 its97 /// A material design close button.107 /// * [AppBar], which automatically uses a [CloseButton] in its112 /// * [IconButton], to create other material design icon buttons.114 /// Creates a Material Design close button.
2 // Use of this source code is governed by a BSD-style license that can be10 /// Material design text theme.12 /// Definitions for the various typographical styles found in material design19 /// The Material Design typography scheme was significantly changed in the21 /// (https://material.io/design/typography).26 /// headline1 96.0 light -1.527 /// headline2 60.0 light -0.544 /// The [TextTheme] API is based on the original material (2014)45 /// design spec, which used different text style names. For backwards48 /// terms of the 2018 material spec.[all …]
2 // Use of this source code is governed by a BSD-style license that can be19 /// [MaterialApp] uses this [TextStyle] as its [DefaultTextStyle] to encourage22 /// In Material Design, most [Text] widgets are contained in [Material] widgets,23 /// which sets a specific [DefaultTextStyle]. If you're seeing text that uses24 /// this text style, consider putting your text in a [Material] widget (or34 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] by54 /// adding material-design specific functionality, such as [AnimatedTheme] and57 /// The [MaterialApp] configures the top-level [Navigator] to search for routes[all …]
2 // Use of this source code is governed by a BSD-style license that can be16 import 'material.dart';24 /// A material design dialog.28 /// or [SimpleDialog], which implement specific kinds of material design36 /// * <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 …]
2 // Use of this source code is governed by a BSD-style license that can be16 /// In the material design language, this represents a divider. Dividers can be29 /// * <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 and118 /// {@end-tool}153 /// In the material design language, this represents a divider. Vertical163 /// * <https://material.io/design/components/dividers.html>[all …]
2 // Use of this source code is governed by a BSD-style license that can be18 import 'material.dart';25 // Some design constants43 /// 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 …]
2 // Use of this source code is governed by a BSD-style license that can be16 /// three language categories defined in <https://material.io/go/design-typography>.19 /// [ScriptCategory.dense] scripts - for text styles that are smaller than the20 /// title style - are one unit larger than they are for25 /// notable exception in that, while it uses a localized form of the Latin37 /// Middle-Eastern languages, like Arabic, Hindi, Telugu, Thai, and42 /// The color and geometry [TextThemes] for Material apps.62 /// correspond to the original version of the Material Design spec and are68 /// `Typography(platform: platform)` which uses [englishLike2014],86 /// * <https://material.io/design/typography/>[all …]
2 // Use of this source code is governed by a BSD-style license that can be11 import 'material.dart';20 // one line or not, and if they are, use the single-line layout, and if not, use78 /// * <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 or168 /// non-negative.195 /// The z-coordinate at which to place the snack bar. This controls the size198 /// Defines the card's [Material.elevation].[all …]
2 // Use of this source code is governed by a BSD-style license that can be56 /// Configures the tap target and layout size of certain Material widgets.87 /// Shrinks the tap target size to the minimum provided by the Material92 /// Holds the color and typography values for a material design theme.108 /// one of the swatches defined by the material design spec. This117 /// See <https://material.io/design/color/> for220 // TODO(sandrasandeep): change to color provided by Material Design team355 /// specified. They all must also be non-null except for492 /// the Material dark theme method for indicating elevation by overlaying493 /// a semi-transparent white color on top of the surface color.[all …]
2 // Use of this source code is governed by a BSD-style license that can be14 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 to33 /// 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] controls41 /// {@tool snippet --template=stateful_widget_scaffold}43 /// This sample shows an `IconButton` that uses the Material icon "volume_up" to[all …]
2 // Use of this source code is governed by a BSD-style license that can be15 import 'material.dart';48 /// Typically causes the ink to propagate faster across the material. By default this103 /// An area of a [Material] that responds to touch. Has a configurable shape and132 …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. The148 /// [Material] widget is where the ink reactions are actually painted. This149 /// matches the material design premise wherein the [Material] is what is[all …]
30 # The following line ensures that the Material Icons font is32 # the material Icons class.33 uses-material-design: true37 # - images/a_dot_burr.jpeg38 # - images/a_dot_ham.jpeg40 # An image asset can refer to one or more resolution-specific "variants", see41 # https://flutter.dev/assets-and-images/#resolution-aware.44 # https://flutter.dev/assets-and-images/#from-packages52 # - family: Schyler54 # - asset: fonts/Schyler-Regular.ttf[all …]
6 sdk: ">=2.0.0-dev.68.0 <3.0.0"9 uses-material-design: true11 - family: test_font13 - asset: test_font_file
17 …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 …]
12 # 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 is54 # the material Icons class.55 uses-material-design: true59 # - images/a_dot_burr.jpeg60 # - images/a_dot_ham.jpeg62 # An image asset can refer to one or more resolution-specific "variants", see63 # https://flutter.dev/assets-and-images/#resolution-aware.[all …]
6 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
5 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: true20 - assets/flutter-mark-square-64.png
6 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: true20 - assets/flutter-mark-square-64.png
1 # Material and Cupertino Libraries Localizations4 strings) used by the Material and Cupertino libraries. The17 The Material and Cupertino libraries use25 The Material and Cupertino libraries only depend on a small subset36 There is one language-specific .arb file for each supported locale. If38 localizations are automatically merged with the language-specific ones.58 Each of the language-specific .arb files contains an entry for91 A few of material translations contain `$variable` tokens. The92 Material and Cupertino libraries replace these tokens with values at93 run-time. For example:[all …]
8 # 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 impact43 # The following line ensures that the Material Icons font is45 # the material Icons class.46 uses-material-design: true51 # - images/a_dot_burr.jpeg52 # - images/a_dot_ham.jpeg54 # An image asset can refer to one or more resolution-specific "variants", see[all …]
2 "$schema": "http://json-schema.org/draft-04/schema#",16 "uses-material-design": { "type": "boolean" }, object
8 # 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 …]
2 // Use of this source code is governed by a BSD-style license that can be15 /// an [IconData] such as material's predefined [IconData]s in [Icons].17 /// Icons are not interactive. For an interactive icon, consider material's24 /// This widget assumes that the rendered icon is squared. Non-squared icons may30 /// sizes. The first [Icon] uses a [semanticLabel] to announce in accessibility33 …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] to107 /// In material apps, if there is a [Theme] without any [IconTheme]s116 /// Typically, a material design color will be used, as follows:[all …]
8 # build by specifying --build-name and --build-number, respectively.12 # a `flutter run` or a `flutter make-host-app-editable`. It has no impact17 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 …]