Skip to content

Commit aa49b6d

Browse files
authored
Add explainer gif (#2357)
The gif is not 100% done but close enough. Also, ignore the tmp/ folder. It’s used for code snippet testing (`tool/check-code.sh`).
1 parent e76046c commit aa49b6d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
855 KB
Loading

src/docs/development/data-and-backend/state-mgmt/intro.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ _If you are already familiar with state management in reactive apps, you can
1010
skip this section, though you might want to review the [list of different
1111
approaches](/docs/development/data-and-backend/state-mgmt/options)._
1212

13+
{% asset development/data-and-backend/state-mgmt/state-management-explainer width="100%" alt="A short animated gif that shows the workings of a simple declarative state management system. This is explained in full in one of the following pages. Here it's just a decoration." %}
14+
15+
{% comment %}
16+
Source of the above animation tracked internally as b/122314402
17+
{% endcomment %}
18+
1319
As you explore Flutter, there comes a time when you need to share application
1420
state between screens, across your app. There are many approaches you can take,
1521
and many questions to think about.
1622

17-
{% comment %} <!-- decorative gif animation to be added --> {% endcomment %}
18-
1923
In the following pages, you will learn the basics of dealing with state in
2024
Flutter apps.

0 commit comments

Comments
 (0)