Denemek ALTIN - Özgür
Introduction to Flutter State Management
Circuit Cellar
|April 2025
As Bob continues this article series on Mobile App development from an Embedded System's perspective, he tackles State and State Management in Flutter. As you will see, it is very different from what embedded engineers are used to when we think of state and that misunderstanding can cause no end of trouble if we don't understand it.

Over the years, I found that designing embedded systems using state machines to be a useful and powerful paradigm. There are different methods of implementing a state machine (Complete code for these is found in the Resources for this article): a table of function pointers indexed by the state (see Figure 1 for a code snippet); the “switch-case” method (see Figure 2 for a code snippet); or when using an object oriented language like C++, you can encapsulate each state in a class to represent the state and it's transitions (see Figure 3).
However, my hubris in thinking I was well versed in state machines did not prepare me for understanding state in either React Native or Flutter. As you may remember, I had two major problems with React Native: how it managed concurrency; and how it managed state. No surprise here. The same thing happened with Flutter, so let's start defining terms and see if we can unravel the mystery of states and state management in Flutter.
Everything in Flutter is made up of Widgets. And there are two kinds of Widgets: State less widgets and Widgets that change based on the state of the User Interface (UI). These are called appropriately StatelessWidgets and StatefulWidgets respectively. But wait! What do they mean by state?
REACTIVE/DECLARATIVE VS IMPERATIVE UI
Bu hikaye Circuit Cellar dergisinin April 2025 baskısından alınmıştır.
Binlerce özenle seçilmiş premium hikayeye ve 9.000'den fazla dergi ve gazeteye erişmek için Magzter GOLD'a abone olun.
Zaten abone misiniz? Oturum aç
Circuit Cellar'den DAHA FAZLA HİKAYE

Circuit Cellar
Bourns Announces New Micro Encoders Offering High Reliability in a Compact Design
Bourns, Inc., a leading manufacturer and supplier of electronic components for power, protection, and sensing solutions, announced its PEC04 Series 4mm Incremental Micro Encoder, its PEC05 Series 5mm Incremental Micro Encoder and its Model PEC06, a 6mm Incremental Micro Encoder. Bourns new micro encoders provide position and speed information essential for control functions in a broad variety of electronic applications.
1 min
September 2025

Circuit Cellar
Harwin Brings Through-Hole Retention to Industrial Kontrol Range of Connectors
Harwin has extended its Kontrol lineup of connectors for industrial and embedded applications, adding through-hole retention to further enhance resilience and board-level reliability in harsh operational environments. Harwin has added 72 new products to the industrial connector family, extending the range by 48%.
1 min
September 2025

Circuit Cellar
Renesas Introduces 64-bit RZ/G3E MPU for High-Performance HMI Systems Requiring AI Acceleration and Edge Computing
Renesas Electronics Corp., a premier supplier of advanced semiconductor solutions, announced the launch of its new 64-bit RZ/G3E microprocessor (MPU), a general-purpose device optimized for high-performance Human Machine Interface (HMI) applications.
1 mins
September 2025

Circuit Cellar
Build a Follower Counter for Social Media
See Real-Time Metrics Using an Arduino Yún
20 mins
September 2025

Circuit Cellar
Nordic Semiconductor Announces Highly Integrated nPM3104 Power Management IC With Support For Small-Size Battery Products
Nordic Semiconductor announced the new nPM1304 Power Management IC (PMIC). Building on the success formula of the well-established nPM1300, the nPM1304 offers the ideal solution for space-constrained applications that require small batteries.
2 mins
September 2025

Circuit Cellar
Chaos on Your Desktop
Build a Color-Pulsing Light Sphere Using a PIC or Raspberry Pi Pico MCU
9 mins
September 2025

Circuit Cellar
NXP’s New Battery Cell Control IC Family Advances New Energy Solutions
NXP Semiconductors announced its new 18-channel Li-ion battery cell controller, the BMx7318/7518 IC family, designed for electric vehicle (EV) high-voltage battery management systems (HVBMS), industrial energy storage systems (ESS) and 48V battery management systems.
1 mins
September 2025

Circuit Cellar
Autonomous Mobile Robots
Robots Moving to Their Own Beat
12 mins
September 2025

Circuit Cellar
The DVM on Your Wrist
A Wireless Link Between A DVM and a Smart Watch
18 mins
September 2025

Circuit Cellar
Control Your Local IoT Network from the Cloud
Secrets of “Cloud Relaying” Revealed
5 mins
September 2025
Listen
Translate
Change font size