Tagged articles

Widget Lifecycle

2 articles · Page 1 of 1
ELab Team
ELab Team
Oct 29, 2021 · Mobile Development

Master Flutter: Build a Cross‑Platform Todo App with Dart and React Comparisons

This article introduces Flutter, Google’s open‑source mobile UI framework, explains its cross‑platform rendering engine, compares it with React, and walks through building a Todo‑List app—including environment setup, project structure, Dart code, widget creation, routing, state management with Provider, and widget lifecycle—complete with code snippets and screenshots.

DARTState ManagementTodo App
0 likes · 20 min read
Master Flutter: Build a Cross‑Platform Todo App with Dart and React Comparisons
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.

DARTStatefulWidgetStatelessWidget
0 likes · 9 min read
Understanding Flutter Widget Lifecycle: StatelessWidget and StatefulWidget