diff --git a/examples/app-architecture/todo_data_service/pubspec.yaml b/examples/app-architecture/todo_data_service/pubspec.yaml index 7299cafd0be..f511df03f67 100644 --- a/examples/app-architecture/todo_data_service/pubspec.yaml +++ b/examples/app-architecture/todo_data_service/pubspec.yaml @@ -23,4 +23,4 @@ dev_dependencies: json_serializable: ^6.10.0 flutter: - uses-material-design: true \ No newline at end of file + uses-material-design: true diff --git a/examples/cookbook/effects/staggered_menu_animation/pubspec.yaml b/examples/cookbook/effects/staggered_menu_animation/pubspec.yaml index f3d1902d58d..d281cc9caf6 100644 --- a/examples/cookbook/effects/staggered_menu_animation/pubspec.yaml +++ b/examples/cookbook/effects/staggered_menu_animation/pubspec.yaml @@ -20,4 +20,3 @@ dev_dependencies: flutter: uses-material-design: true - diff --git a/examples/get-started/flutter-for/android_devs/analysis_options.yaml b/examples/get-started/flutter-for/android_devs/analysis_options.yaml index dd477a43b41..e2badd73ea0 100644 --- a/examples/get-started/flutter-for/android_devs/analysis_options.yaml +++ b/examples/get-started/flutter-for/android_devs/analysis_options.yaml @@ -1,3 +1 @@ include: ../../../analysis_options.yaml - - diff --git a/examples/tools/pubspec.yaml b/examples/tools/pubspec.yaml index e53d395bd6e..7331d926b3a 100644 --- a/examples/tools/pubspec.yaml +++ b/examples/tools/pubspec.yaml @@ -20,4 +20,3 @@ dev_dependencies: flutter: uses-material-design: true - diff --git a/examples/ui/adaptive_app_demos/README.md b/examples/ui/adaptive_app_demos/README.md index bc86e1e5423..9109cfe5794 100644 --- a/examples/ui/adaptive_app_demos/README.md +++ b/examples/ui/adaptive_app_demos/README.md @@ -1,7 +1,7 @@ # adaptive_app_demos This project contains demo code for adaptive app development techniques from -https://github.com/gskinnerTeam/flutter-adaptive-demo. +https://github.com/gskinnerTeam/flutter-adaptive-demo. Additional example code in this project was moved from code snippets originally seen in @@ -9,4 +9,3 @@ code snippets originally seen in to ensure analysis in the flutter.dev CI pipeline. These snippets were intended to illustrate concepts and may therefore not be fully integrated/a functional part of the original demo code. - diff --git a/prompts/llmstxt_instructions.md b/prompts/llmstxt_instructions.md index 9bfc40678ed..e0df2c861b1 100644 --- a/prompts/llmstxt_instructions.md +++ b/prompts/llmstxt_instructions.md @@ -60,4 +60,4 @@ If I encounter an error while performing an operation (for example, a tool fails --- -By following these instructions, I will help keep the `llms.txt` file accurate and up-to-date. \ No newline at end of file +By following these instructions, I will help keep the `llms.txt` file accurate and up-to-date. diff --git a/site/lib/_sass/base/_base.scss b/site/lib/_sass/base/_base.scss index fcddcfd5513..dbbeada2449 100644 --- a/site/lib/_sass/base/_base.scss +++ b/site/lib/_sass/base/_base.scss @@ -14,7 +14,8 @@ body { // If the TOC is disabled, reduce the subheader height to // ensure offset calculations are still correct. - &[data-toc="false"], &.no-toc { + &[data-toc="false"], + &.no-toc { --site-subheader-height: 0rem; } } @@ -65,10 +66,10 @@ picture { .material-symbols { font-family: var(--site-icon-fontFamily); font-variation-settings: - 'FILL' 0, - 'wght' 400, - 'GRAD' 0, - 'opsz' 24; + 'FILL' 0, + 'wght' 400, + 'GRAD' 0, + 'opsz' 24; font-weight: normal; font-style: normal; @@ -100,7 +101,9 @@ picture { max-width: 320px; } - &--border { border: 1px solid var(--site-inset-borderColor); } + &--border { + border: 1px solid var(--site-inset-borderColor); + } } .site-image-right { @@ -157,8 +160,8 @@ main figure { flex-direction: row; flex-wrap: wrap; - > div { - width: 100%; + >div { + width: 100%; &:last-child { text-align: center; @@ -166,7 +169,7 @@ main figure { } @media(min-width: 769px) { - > div { + >div { &:first-child { flex: 0 0 58%; max-width: 58%; @@ -203,7 +206,9 @@ main figure { } table { - td, th { + + td, + th { padding: .25rem; } } @@ -232,7 +237,8 @@ table { } } - td, th { + td, + th { border-top: 1px solid var(--site-inset-borderColor); padding: .75rem; } @@ -244,7 +250,8 @@ thead:has(th:empty) { display: none; } -.table-wrapper, .scrollable-table { +.table-wrapper, +.scrollable-table { overflow-x: auto; margin-block-start: 1rem; margin-block-end: 1rem; @@ -274,7 +281,7 @@ blockquote { details { margin-bottom: 0.75rem; - > summary { + >summary { font-weight: 500; user-select: none; border-radius: 0.125rem; @@ -288,7 +295,7 @@ details { &[open] { margin-bottom: unset; - > summary { + >summary { margin-bottom: 0.75rem; } } @@ -315,7 +322,7 @@ ol.steps { $step-indicator-height: 1.75rem; li { - > * { + >* { &:first-child { margin-block-start: 0; } @@ -330,22 +337,23 @@ ol.steps { } } - ul > li { + ul>li { &:not(:last-child) { padding-block-end: .5rem; } } - > li { + >li { position: relative; counter-increment: steps; - ol, ul { + ol, + ul { padding-inline-start: 2rem; margin-block-end: 0.75rem; } - > h3:first-child { + >h3:first-child { display: flex; align-items: center; height: $step-indicator-height; @@ -397,18 +405,25 @@ ol.steps { } main { - ol + img, ul + img, ol + p, ul + p, p + p + img { + + ol+img, + ul+img, + ol+p, + ul+p, + p+p+img { margin-bottom: 1rem; } td { - > *:last-child { + >*:last-child { margin-bottom: 0; } } } -p + ul, p + ol, p + dl { +p+ul, +p+ol, +p+dl { margin-block-start: 0.75rem; margin-block-end: 0.75rem; } @@ -421,6 +436,7 @@ p + ul, p + ol, p + dl { .card-os-bug { position: relative; + &::before { content: ""; position: absolute; @@ -432,12 +448,14 @@ p + ul, p + ol, p + dl { background-size: contain; background-color: transparent; background-repeat: no-repeat; - z-index: var(--site-z-floating); /* Place in front of card */ + z-index: var(--site-z-floating); + /* Place in front of card */ } } .card-macos { @extend .card-os-bug; + &::before { background-image: url("/assets/images/docs/brand-svg/macos-bug.svg"); } @@ -445,6 +463,7 @@ p + ul, p + ol, p + dl { .card-windows { @extend .card-os-bug; + &::before { background-image: url("/assets/images/docs/brand-svg/windows-bug.svg"); } @@ -452,6 +471,7 @@ p + ul, p + ol, p + dl { .card-linux { @extend .card-os-bug; + &::before { background-image: url("/assets/images/docs/brand-svg/linux.svg"); } @@ -459,6 +479,7 @@ p + ul, p + ol, p + dl { .card-chromeos { @extend .card-os-bug; + &::before { background-image: url("/assets/images/docs/brand-svg/chromeos.svg"); } diff --git a/site/lib/_sass/base/_print-overrides.scss b/site/lib/_sass/base/_print-overrides.scss index fa5ac4e8a80..fab0e919a3a 100644 --- a/site/lib/_sass/base/_print-overrides.scss +++ b/site/lib/_sass/base/_print-overrides.scss @@ -1,9 +1,18 @@ // Overrides for printing so only page content is printed @media print { + // Ignore navigation elements and other non-necessary interactive ones - #site-header, .subnav, .site-footer, #sidenav, .navbar, - #site-toc--side, #page-github-links, #cookie-notice, .site-banner, - .code-excerpt__copy-btn, .breadcrumb { + #site-header, + .subnav, + .site-footer, + #sidenav, + .navbar, + #site-toc--side, + #page-github-links, + #cookie-notice, + .site-banner, + .code-excerpt__copy-btn, + .breadcrumb { display: none !important; } @@ -27,7 +36,8 @@ } // Show borders around notes and code blocks - .alert, pre { + .alert, + pre { border: 1px solid black; } } diff --git a/site/lib/_sass/base/_reset.scss b/site/lib/_sass/base/_reset.scss index 27338f34c10..61d4b5cdd8e 100644 --- a/site/lib/_sass/base/_reset.scss +++ b/site/lib/_sass/base/_reset.scss @@ -1,16 +1,22 @@ -*, ::before, ::after { +*, +::before, +::after { box-sizing: border-box; border-width: 0; } -html, body { +html, +body { padding: 0; margin: 0; -webkit-text-size-adjust: none; text-size-adjust: none; } -button, input, select, textarea { +button, +input, +select, +textarea { font-family: inherit; font-feature-settings: inherit; font-variation-settings: inherit; diff --git a/site/lib/_sass/base/_root.scss b/site/lib/_sass/base/_root.scss index d6faf890bf9..14dff029b21 100644 --- a/site/lib/_sass/base/_root.scss +++ b/site/lib/_sass/base/_root.scss @@ -161,7 +161,8 @@ body { --site-alert-warning-color: #cea11f; --site-alert-error-color: #ff5d5d; - .opal, .opal span { + .opal, + .opal span { color: var(--opal-dark-color) !important; font-style: var(--opal-dark-font-style) !important; font-weight: var(--opal-dark-font-weight) !important; diff --git a/site/lib/_sass/base/_utils.scss b/site/lib/_sass/base/_utils.scss index dae6edac4f8..6bc90882928 100644 --- a/site/lib/_sass/base/_utils.scss +++ b/site/lib/_sass/base/_utils.scss @@ -28,7 +28,7 @@ main { margin-block-end: 0; } - > * { + >* { max-width: 100%; min-width: 0; } @@ -41,7 +41,7 @@ main { justify-content: space-around; margin: 1rem; - > figure { + >figure { margin-block-end: 0; } } diff --git a/site/lib/_sass/components/_banner.scss b/site/lib/_sass/components/_banner.scss index 133a6c2acbc..218afdf51d9 100644 --- a/site/lib/_sass/components/_banner.scss +++ b/site/lib/_sass/components/_banner.scss @@ -22,7 +22,8 @@ text-wrap: balance; } - a, button { + a, + button { white-space: nowrap; color: var(--site-onPrimary-color); font-family: var(--site-ui-fontFamily); diff --git a/site/lib/_sass/components/_button.scss b/site/lib/_sass/components/_button.scss index 784c029a4b8..d0ba9f2e55a 100644 --- a/site/lib/_sass/components/_button.scss +++ b/site/lib/_sass/components/_button.scss @@ -14,16 +14,18 @@ a { } &:visited { - color:var(--site-link-fgColor); + color: var(--site-link-fgColor); } } -a, button { +a, +button { text-decoration: none; background: none; cursor: pointer; - &.filled-button, &.text-button { + &.filled-button, + &.text-button { display: flex; align-items: center; width: fit-content; @@ -78,7 +80,7 @@ a, button { -webkit-user-select: none; background: none; - > span { + >span { font-size: 1.75rem; } diff --git a/site/lib/_sass/components/_card.scss b/site/lib/_sass/components/_card.scss index 630cdf4e94e..913e5fedbab 100644 --- a/site/lib/_sass/components/_card.scss +++ b/site/lib/_sass/components/_card.scss @@ -20,6 +20,7 @@ &.very-wide { --card-min-width: 32rem; + .card { min-height: 7.5rem; } @@ -184,7 +185,8 @@ } } - a.card, button.card { + a.card, + button.card { text-decoration: none; .card-title { diff --git a/site/lib/_sass/components/_code.scss b/site/lib/_sass/components/_code.scss index fde9f54d64c..66ef2bd3219 100644 --- a/site/lib/_sass/components/_code.scss +++ b/site/lib/_sass/components/_code.scss @@ -1,12 +1,16 @@ @use 'sass:color'; -pre, code, kbd, samp { +pre, +code, +kbd, +samp { font-family: var(--site-code-fontFamily); } // Inline code spans found within the primary contents of the page. // Targets all elements, but
 shouldn't have many of these.
-main code, main kbd {
+main code,
+main kbd {
   font-size: 0.9em;
   line-height: 1.25em;
   padding: 0.05rem 0.2rem;
@@ -36,7 +40,7 @@ pre {
   font-weight: 400;
   padding: 1.25rem;
 
-  > code {
+  >code {
     // Undo the core `code` styles.
     font-size: 0.9125rem;
     line-height: 1.75em;
@@ -87,7 +91,8 @@ pre {
       border-left-color: var(--site-primary-color);
     }
 
-    &.added-line, &.removed-line {
+    &.added-line,
+    &.removed-line {
       padding-left: 0.25rem;
 
       &::before {
@@ -201,12 +206,15 @@ pre {
       opacity: 0;
       transition: opacity 0.4s;
 
-      &:hover, &:focus, &:active {
+      &:hover,
+      &:focus,
+      &:active {
         opacity: 1;
       }
     }
 
-    &:hover, &:focus-within {
+    &:hover,
+    &:focus-within {
       .code-block-language {
         opacity: 0;
       }
diff --git a/site/lib/_sass/components/_content.scss b/site/lib/_sass/components/_content.scss
index 3598d7668a1..d219a09cef4 100644
--- a/site/lib/_sass/components/_content.scss
+++ b/site/lib/_sass/components/_content.scss
@@ -41,7 +41,8 @@
       }
     }
 
-    > img, > lite-youtube {
+    >img,
+    >lite-youtube {
       margin-bottom: 1rem;
     }
 
@@ -63,11 +64,17 @@
     margin-block-start: 0;
   }
 
-  b, strong {
+  b,
+  strong {
     font-weight: bolder;
   }
 
-  h1, h2, h3, h4, h5, h6 {
+  h1,
+  h2,
+  h3,
+  h4,
+  h5,
+  h6 {
     text-wrap: balance;
     scroll-margin-top: 7rem;
     line-height: 1.2;
@@ -112,7 +119,12 @@
     margin-block-end: 0.75rem;
     align-items: center;
 
-    h1, h2, h3, h4, h5, h6 {
+    h1,
+    h2,
+    h3,
+    h4,
+    h5,
+    h6 {
       margin-top: 0;
       margin-bottom: 0;
     }
@@ -160,7 +172,7 @@ nav.breadcrumbs {
   align-items: center;
   margin-block-end: 1rem;
 
-  > ol {
+  >ol {
     border-radius: 0.375rem;
     margin-block-start: 0;
     padding: 0.375rem 0;
diff --git a/site/lib/_sass/components/_cookie-notice.scss b/site/lib/_sass/components/_cookie-notice.scss
index 8f6af0e6dea..d1ef80b7c53 100644
--- a/site/lib/_sass/components/_cookie-notice.scss
+++ b/site/lib/_sass/components/_cookie-notice.scss
@@ -14,6 +14,7 @@
     0% {
       opacity: 0;
     }
+
     100% {
       opacity: 1;
     }
diff --git a/site/lib/_sass/components/_dropdown.scss b/site/lib/_sass/components/_dropdown.scss
index c412916ca40..c6efc6934b3 100644
--- a/site/lib/_sass/components/_dropdown.scss
+++ b/site/lib/_sass/components/_dropdown.scss
@@ -33,7 +33,8 @@
         li {
           padding: 0.25rem;
 
-          a, button {
+          a,
+          button {
             display: flex;
             align-items: center;
             flex-direction: row;
diff --git a/site/lib/_sass/components/_expansion-list.scss b/site/lib/_sass/components/_expansion-list.scss
index fe8800dea10..7c3986cf18f 100644
--- a/site/lib/_sass/components/_expansion-list.scss
+++ b/site/lib/_sass/components/_expansion-list.scss
@@ -7,7 +7,7 @@
   margin-block-end: 1.5rem;
 
   .expansion-panel {
-    > a {
+    >a {
       display: flex;
       align-items: center;
       justify-content: space-between;
diff --git a/site/lib/_sass/components/_footer.scss b/site/lib/_sass/components/_footer.scss
index 604e71a379f..44015de398a 100644
--- a/site/lib/_sass/components/_footer.scss
+++ b/site/lib/_sass/components/_footer.scss
@@ -128,8 +128,10 @@
     color: var(--site-footer-fgColor);
     font-family: var(--site-ui-fontFamily);
 
-    &:hover, &:focus, &:active {
+    &:hover,
+    &:focus,
+    &:active {
       color: var(--site-filledButton-fgColor);
     }
   }
-}
\ No newline at end of file
+}
diff --git a/site/lib/_sass/components/_header.scss b/site/lib/_sass/components/_header.scss
index 1617b237bd1..03b28663534 100644
--- a/site/lib/_sass/components/_header.scss
+++ b/site/lib/_sass/components/_header.scss
@@ -149,7 +149,7 @@ body.open_menu #menu-toggle span.material-symbols {
     text-decoration: none;
   }
 
-  > span {
+  >span {
     &.name {
       display: none;
 
diff --git a/site/lib/_sass/components/_next-prev-nav.scss b/site/lib/_sass/components/_next-prev-nav.scss
index e532c789c19..ce2bde478b8 100644
--- a/site/lib/_sass/components/_next-prev-nav.scss
+++ b/site/lib/_sass/components/_next-prev-nav.scss
@@ -22,7 +22,8 @@
   @media (min-width: 576px) {
     flex-wrap: nowrap;
 
-    .prev, .next {
+    .prev,
+    .next {
       max-width: 50%;
     }
   }
@@ -42,7 +43,7 @@
     padding: 0.5rem;
     min-height: 100%;
 
-    > div {
+    >div {
       display: flex;
       flex-direction: column;
       padding: 0.5rem;
diff --git a/site/lib/_sass/components/_os-selector.scss b/site/lib/_sass/components/_os-selector.scss
index 0f95d152757..9768c1c5e51 100644
--- a/site/lib/_sass/components/_os-selector.scss
+++ b/site/lib/_sass/components/_os-selector.scss
@@ -1,5 +1,9 @@
 body {
-  .windows-only, .macos-only, .linux-only, .chromeos-only {
+
+  .windows-only,
+  .macos-only,
+  .linux-only,
+  .chromeos-only {
     display: none;
   }
 
diff --git a/site/lib/_sass/components/_side-menu.scss b/site/lib/_sass/components/_side-menu.scss
index f904f69ca55..eba9b9a7b0d 100644
--- a/site/lib/_sass/components/_side-menu.scss
+++ b/site/lib/_sass/components/_side-menu.scss
@@ -2,17 +2,18 @@
   margin: 0;
   --toc-indent: 0;
 
-  > li {
+  >li {
     li {
       --toc-indent: 1;
 
-      > li {
+      >li {
         --toc-indent: 2;
       }
     }
   }
 
-  &, ul {
+  &,
+  ul {
     padding: 0;
     font-size: 0.875rem;
     list-style: none;
@@ -75,7 +76,7 @@
     display: flex;
   }
 
-  > nav {
+  >nav {
     header {
       font-size: 1rem;
       margin-block-end: 0.25rem;
diff --git a/site/lib/_sass/components/_sidebar.scss b/site/lib/_sass/components/_sidebar.scss
index bf988cbceef..d89f22b1296 100644
--- a/site/lib/_sass/components/_sidebar.scss
+++ b/site/lib/_sass/components/_sidebar.scss
@@ -74,7 +74,8 @@
       margin-top: 0.5rem;
     }
 
-    a.nav-link, button.nav-link {
+    a.nav-link,
+    button.nav-link {
       background: none;
       border: none;
       text-wrap: pretty;
@@ -97,7 +98,7 @@
       font-family: var(--site-ui-fontFamily);
       text-decoration: none;
 
-      > div {
+      >div {
         display: inline-block;
 
         .material-symbols {
@@ -116,7 +117,7 @@
         transition: transform .3s ease-in-out;
       }
 
-      + ul {
+      +ul {
         display: none;
 
         &.show {
@@ -149,9 +150,10 @@
     }
   }
 
-  nav > ul {
+  nav>ul {
+
     // Only apply styles to top-level entries.
-    > li {
+    >li {
       font-size: 1rem;
     }
 
@@ -159,7 +161,7 @@
       margin-left: 0.675rem;
     }
 
-    > .nav-header {
+    >.nav-header {
       font-size: 1.075rem;
     }
   }
diff --git a/site/lib/_sass/components/_site-switcher.scss b/site/lib/_sass/components/_site-switcher.scss
index acea995ad25..58b3fb0e331 100644
--- a/site/lib/_sass/components/_site-switcher.scss
+++ b/site/lib/_sass/components/_site-switcher.scss
@@ -14,12 +14,14 @@
   }
 
   display: none;
+
   @media (min-width: 320px) {
     display: block;
   }
 }
 
-#site-primary-logo, #site-switcher .site-wordmark {
+#site-primary-logo,
+#site-switcher .site-wordmark {
   padding: 0.4rem 0.6rem;
   align-items: center;
   display: flex;
@@ -34,7 +36,7 @@
   font-family: 'Google Sans', sans-serif;
   user-select: none;
 
-  > img {
+  >img {
     width: 28px;
     margin-right: 0.25rem;
   }
diff --git a/site/lib/_sass/components/_tabs.scss b/site/lib/_sass/components/_tabs.scss
index 4a03086f17a..88e0a49d104 100644
--- a/site/lib/_sass/components/_tabs.scss
+++ b/site/lib/_sass/components/_tabs.scss
@@ -79,7 +79,7 @@ ul.nav-tabs {
       padding-left: 1rem;
     }
 
-    .tab-pane > :first-child {
+    .tab-pane> :first-child {
       margin-block-start: 0;
     }
   }
diff --git a/site/lib/_sass/components/_theming.scss b/site/lib/_sass/components/_theming.scss
index 68ada3c8a3d..23458610eaa 100644
--- a/site/lib/_sass/components/_theming.scss
+++ b/site/lib/_sass/components/_theming.scss
@@ -1,7 +1,7 @@
 #theme-switcher {
   position: relative;
 
-  > .dropdown-content {
+  >.dropdown-content {
     right: -0.5rem;
 
     .material-symbols {
diff --git a/site/lib/_sass/components/_toc.scss b/site/lib/_sass/components/_toc.scss
index b3012a90d33..8d183cf9b33 100644
--- a/site/lib/_sass/components/_toc.scss
+++ b/site/lib/_sass/components/_toc.scss
@@ -26,7 +26,7 @@
   font-size: 0.875rem;
   z-index: var(--site-z-subheader);
 
-  > button.dropdown-button {
+  >button.dropdown-button {
     display: flex;
     flex-direction: row;
     align-items: center;
@@ -36,7 +36,7 @@
     border-radius: 0;
     margin: 2px;
 
-    > span {
+    >span {
       display: flex;
       flex-direction: row;
       align-items: center;
@@ -63,6 +63,7 @@
     overflow: hidden;
 
     display: none;
+
     @media (min-width: 320px) {
       display: flex;
     }
@@ -105,7 +106,7 @@
       max-width: 24rem;
     }
 
-    > a {
+    >a {
       margin: 0.4rem 0;
       padding: 0.1rem;
       font-size: 1rem;
@@ -133,7 +134,7 @@
       }
     }
 
-    > nav {
+    >nav {
       padding: 0.6rem 0 0.8rem;
     }
   }
diff --git a/site/lib/_sass/components/_trailing.scss b/site/lib/_sass/components/_trailing.scss
index 923d6d791d8..9474471ab19 100644
--- a/site/lib/_sass/components/_trailing.scss
+++ b/site/lib/_sass/components/_trailing.scss
@@ -15,7 +15,7 @@
   padding: 0.25rem;
   height: 4.25rem;
 
-  > .feedback {
+  >.feedback {
     display: flex;
     flex-direction: column;
     align-items: center;
diff --git a/site/lib/_sass/pages/_learning-resources-index.scss b/site/lib/_sass/pages/_learning-resources-index.scss
index 4cd22a9530e..74a1eaaffc5 100644
--- a/site/lib/_sass/pages/_learning-resources-index.scss
+++ b/site/lib/_sass/pages/_learning-resources-index.scss
@@ -60,11 +60,16 @@
     z-index: 1000;
   }
 
-  #open-filter-toggle:not(:checked) + #resource-filter-group-wrapper { right: -220px; }
-  #open-filter-toggle:checked + #resource-filter-group-wrapper { right: 0; }
+  #open-filter-toggle:not(:checked)+#resource-filter-group-wrapper {
+    right: -220px;
+  }
+
+  #open-filter-toggle:checked+#resource-filter-group-wrapper {
+    right: 0;
+  }
 }
 
-//Desktop screens 
+//Desktop screens
 @media (min-width: 840px) {
   #resource-filter-group {
     position: static !important;
@@ -72,7 +77,7 @@
   }
 
   .filter-header {
-    display: none !important; 
+    display: none !important;
   }
 }
 
@@ -101,6 +106,7 @@
         0% {
           right: -10rem;
         }
+
         100% {
           right: 0;
         }
@@ -262,7 +268,8 @@
         color: var(--site-onPrimary-color-light);
       }
 
-      &:disabled, &[disabled] {
+      &:disabled,
+      &[disabled] {
         color: var(--site-inset-bgColor-translucent);
         cursor: default;
       }
diff --git a/site/lib/_sass/pages/_search.scss b/site/lib/_sass/pages/_search.scss
index 4ba67ad462b..30fa71479cc 100644
--- a/site/lib/_sass/pages/_search.scss
+++ b/site/lib/_sass/pages/_search.scss
@@ -60,7 +60,8 @@
     }
   }
 
-  .gsc-result-info, .gs-spelling {
+  .gsc-result-info,
+  .gs-spelling {
     color: var(--site-base-fgColor-lighter);
   }
 
@@ -71,7 +72,9 @@
   }
 
   .gsc-webResult {
-    .gs-title, .gs-title * {
+
+    .gs-title,
+    .gs-title * {
       color: var(--site-link-fgColor);
     }
 
@@ -102,7 +105,8 @@
     }
   }
 
-  .gcsc-find-more-on-google, .gcsc-find-more-on-google * {
+  .gcsc-find-more-on-google,
+  .gcsc-find-more-on-google * {
     color: var(--site-link-fgColor);
     fill: var(--site-link-fgColor);
   }
diff --git a/src/_includes/docs/china-notice-cn.md b/src/_includes/docs/china-notice-cn.md
index e7878ae54a2..2998c1fa5ab 100644
--- a/src/_includes/docs/china-notice-cn.md
+++ b/src/_includes/docs/china-notice-cn.md
@@ -3,4 +3,4 @@
 请参考 [在中国网络环境下使用 Flutter][] 文档.
 :::
 
-[在中国网络环境下使用 Flutter]: https://docs.flutter.cn/community/china
\ No newline at end of file
+[在中国网络环境下使用 Flutter]: https://docs.flutter.cn/community/china
diff --git a/src/_includes/docs/code-and-image.md b/src/_includes/docs/code-and-image.md
index 9f5df9ab3d1..47b7e0e071a 100644
--- a/src/_includes/docs/code-and-image.md
+++ b/src/_includes/docs/code-and-image.md
@@ -25,4 +25,3 @@
     {% endif -%}
   
 
-
diff --git a/src/_includes/docs/cookbook/networking/internet-permission.md b/src/_includes/docs/cookbook/networking/internet-permission.md
index 774a1499bd3..a71937ed26b 100644
--- a/src/_includes/docs/cookbook/networking/internet-permission.md
+++ b/src/_includes/docs/cookbook/networking/internet-permission.md
@@ -1,4 +1,4 @@
-If you are deploying to Android, edit your `AndroidManifest.xml` file to 
+If you are deploying to Android, edit your `AndroidManifest.xml` file to
 add the Internet permission.
 
 ```xml
@@ -6,7 +6,7 @@ add the Internet permission.
 
 ```
 
-Likewise, if you are deploying to macOS, edit your 
+Likewise, if you are deploying to macOS, edit your
 `macos/Runner/DebugProfile.entitlements` and `macos/Runner/Release.entitlements`
 files to include the network client entitlement.
 
diff --git a/src/_includes/docs/debug/debug-android-attach-process.md b/src/_includes/docs/debug/debug-android-attach-process.md
index ae686dab11a..bcf881a0fc2 100644
--- a/src/_includes/docs/debug/debug-android-attach-process.md
+++ b/src/_includes/docs/debug/debug-android-attach-process.md
@@ -50,9 +50,9 @@
 {% comment %}
    !['The Android Project view highlighting the GeneratedPluginRegistrant.java file.'](/assets/images/docs/testing/debugging/native/android-studio/debug-open-java-code.png){:width="100%"}
    
- + The Android Project view highlighting the `GeneratedPluginRegistrant.java` file. - +
{% endcomment %} @@ -77,4 +77,4 @@ The Dart debug pane with two breakpoints set in `lib/main.dart`. The Android debug pane with one breakpoint set in GeneratedPluginRegistrant.java. -{% endcomment %} \ No newline at end of file +{% endcomment %} diff --git a/src/_includes/docs/debug/debug-flow-xcode-as-start.md b/src/_includes/docs/debug/debug-flow-xcode-as-start.md index 357496e46b7..3827463bbc8 100644 --- a/src/_includes/docs/debug/debug-flow-xcode-as-start.md +++ b/src/_includes/docs/debug/debug-flow-xcode-as-start.md @@ -56,4 +56,4 @@ {% comment %} ![Alt text](/assets/images/docs/testing/debugging/vscode-ui/screens/vscode-add-attach-uri-filled.png) -{% endcomment %} \ No newline at end of file +{% endcomment %} diff --git a/src/_includes/docs/get-started/setup-next-steps.html b/src/_includes/docs/get-started/setup-next-steps.html index 3a05a7accf6..000ace38e37 100644 --- a/src/_includes/docs/get-started/setup-next-steps.html +++ b/src/_includes/docs/get-started/setup-next-steps.html @@ -1,7 +1,8 @@