Tag

StatelessWidget

0 views collected around this technical thread.

Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Jan 26, 2025 · Frontend Development

Flutter vs Vue: Building a Card Component with Comparative Code

This article walks through the step‑by‑step implementation of a card UI component in both Flutter and Vue, explains the structural and styling differences, shows how to pass data and handle events, and concludes with a summary of Flutter’s widget‑centric approach, providing a practical learning resource for front‑end developers.

Card ComponentDartFlutter
0 likes · 22 min read
Flutter vs Vue: Building a Card Component with Comparative Code
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.

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