Tagged articles
3 articles
Page 1 of 1
BaiPing Technology
BaiPing Technology
Jan 24, 2022 · Mobile Development

Mastering Flutter's StatefulWidget and App Lifecycle

This article explains the complete lifecycle of Android activities, iOS view controllers, and Flutter's StatefulWidget, shows how to place initialization and business logic, demonstrates key lifecycle methods with code examples, and covers Flutter app‑level lifecycle states for robust mobile development.

App LifecycleDARTFlutter
0 likes · 18 min read
Mastering Flutter's StatefulWidget and App Lifecycle
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.

ElementMobile DevelopmentStatefulWidget
0 likes · 12 min read
Flutter Widget and Element: Core Concepts and Architecture