Tag

statefulwidget

1 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Oct 26, 2021 · Mobile Development

Understanding Flutter Widget Lifecycle: StatelessWidget and StatefulWidget

This article explains the Flutter widget lifecycle, covering the differences between StatelessWidget and StatefulWidget, detailing each lifecycle method, providing a runnable demo with code and logs, and discussing app‑level lifecycle handling and common pitfalls for mobile developers.

FlutterMobile DevelopmentStatelessWidget
0 likes · 9 min read
Understanding Flutter Widget Lifecycle: StatelessWidget and StatefulWidget
Sohu Tech Products
Sohu Tech Products
Oct 28, 2020 · Mobile Development

Flutter Widget and Element: Core Concepts and Architecture

This article explains Flutter’s current status and dives deep into the core design of Widgets, detailing their immutable nature, the role of StatefulWidgets, the underlying Element system, and how these concepts enable efficient cross‑platform rendering and state management in mobile development.

Cross-PlatformElementFlutter
0 likes · 12 min read
Flutter Widget and Element: Core Concepts and Architecture