Skip to content

Commit 585dce1

Browse files
authored
Remove various unused images (#11884)
Removes a few unused images, renames a few others for consistency, and adds some documents explaining the existence of others not used by the site. Contributes to #11883
1 parent 2d65608 commit 585dce1

31 files changed

+9
-16
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

src/content/assets/images/docs/flutter-chevron-bg.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
-16.2 KB
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
These images aren't used on our site,
2+
but they're referenced elsewhere, so shouldn't be deleted for now.

src/content/assets/images/docs/ic_new_releases_black_24px.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
The `diagram-layercake.png` image isn't used on our site,
2+
but it's referenced elsewhere, so shouldn't be deleted for now.

src/content/assets/images/flutter-chevron-bg.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/content/platform-integration/web/index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ The web is just another device target for your app.
1414
To get started, visit [Building a web application with Flutter][].
1515

1616
## Powered by WebAssembly
17+
1718
Dart and Flutter can compile to WebAssembly,
1819
a binary instruction format that enables fast apps on all major browsers.
1920

@@ -23,6 +24,7 @@ check out the following video.
2324
{% ytEmbed 'lpnKWK-KEYs?start=1712', 'What\'s new in Flutter - WebAssembly' %}
2425

2526
## How it works
27+
2628
Adding web support to Flutter involved implementing Flutter's
2729
core drawing layer on top of standard browser APIs, in addition
2830
to compiling Dart to JavaScript, instead of the ARM machine code that
@@ -35,11 +37,10 @@ Flutter core and framework along with your application
3537
into a single, minified source file that can be deployed to
3638
any web server.
3739

38-
<img src="/assets/images/docs/arch-overview/web-framework-diagram.drawio.png"
39-
alt="Flutter architecture for web"
40-
width="100%">
40+
<img src="/assets/images/docs/arch-overview/web-framework-diagram.png" alt="Flutter architecture for web" >
4141

4242
## What types of apps can I build?
43+
4344
While you can do a lot on the web,
4445
Flutter's web support is most valuable in the
4546
following scenarios:

src/content/resources/architectural-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1112,8 +1112,7 @@ and falls back to CanvasKit otherwise.
11121112
The draw.io source for the following image is in /diagrams/resources
11131113
{% endcomment %}
11141114

1115-
![Flutter web
1116-
architecture](/assets/images/docs/arch-overview/web-framework-diagram.drawio.png){:width="100%"}
1115+
![Flutter web architecture](/assets/images/docs/arch-overview/web-framework-diagram.png)
11171116

11181117
Perhaps the most notable difference compared to other
11191118
platforms on which Flutter runs is that there is no need

src/content/ui/animations/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,11 +161,6 @@ or might partially or completely overlap.
161161

162162
* [Staggered Animations][]
163163

164-
{% comment %}
165-
Save so I can remember how to add it back later.
166-
<img src="/assets/images/docs/ic_new_releases_black_24px.svg" alt="this doc is new!"> NEW<br>
167-
{% endcomment -%}
168-
169164
<a id="concepts"></a>
170165

171166
## Essential animation concepts and classes

0 commit comments

Comments
 (0)