Parth Shethparthshethflutterdeveloper.hashnode.dev·Nov 27, 2024Understanding SingleChildScrollView in FlutterIn mobile development, creating scrollable content is a common requirement. For instance, if you have a UI where a user might need to scroll through a list or see content that exceeds the screen size, you need a scrollable widget. Flutter provides va...DiscussFlutter WidgetsFlutter
Parth Shethparthshethflutterdeveloper.hashnode.dev·Nov 20, 2024Flutter TextField Widget: A Comprehensive GuideThe TextField widget is a cornerstone of user input in Flutter applications. Whether you're building a login screen, a chat application, or a search bar, the TextField provides a flexible and feature-rich way to capture user data. What is a TextField...Discuss·1 likeFlutter WidgetsFlutter
Parth Shethparthshethflutterdeveloper.hashnode.dev·Nov 19, 2024Exploring the ListTile Widget in Flutter: A Comprehensive GuideFlutter, the open-source UI software development toolkit, has become a go-to choice for building beautiful and natively compiled applications for mobile, web, and desktop from a single codebase. One of the essential widgets in Flutter's arsenal is Li...Discuss·1 likeFlutter WidgetsFlutter
Steve Smithtechburner.hashnode.dev·Nov 5, 202410 Common Flutter Mistakes and How to Avoid ThemBecause of its versatility, user-friendliness & capacity to generate natively compiled desktop, web & mobile applications from a single codebase, Flutter is one of the cross-platform app development frameworks with the highest rate of growth. But lik...DiscussFlutter
QazneticforQazneticqaznetic.hashnode.dev·Oct 17, 2024Pengenalan Widget dan Lifecycle dalam FlutterWidget adalah komponen dasar yang digunakan dalam Flutter untuk membangun antarmuka pengguna (UI). Hampir semua elemen visual di aplikasi Flutter merupakan widget, mulai dari teks, tombol, hingga tata letak seperti baris dan kolom. Dalam pengembangan...DiscussFlutter FundamentalsFlutter
Lematangicloud.hashnode.dev·Oct 1, 2024Top Hashnode Themes You Should Know AboutHashnode Themes are customizable templates that allow users to personalize the look and feel of their blogs. These themes provide a variety of design options, enabling bloggers to create a unique and professional online presence. Users can choose fro...Discusstop themes
Parth Shethparthshethflutterdeveloper.hashnode.dev·Jun 22, 2024Widget Life Cycle In FlutterFlutter has two types of widgets Stateless Widget, and Stateful Widget. Stateless Widget: Stateless Widgets are rendered only once when the widget is loaded. We can't rebuild a Stateless widget based on any user events or changes. Stateful Widgets...Discuss·104 readswidget lifecycle
Lince Mathewlince.hashnode.dev·Jun 16, 2024What I Discovered About Making Great Widgets: Insights From 100+ Real UsersWe want to help people read more from their to-read pile with minimal effort using our product, FeedZap. To see if a mobile home screen widget could assist in this, I conducted a small research study on effective home screen widgets for Android and i...Discuss·11 likeswidgets
Mayursinh Parmarmayursinhdevblog.hashnode.dev·May 8, 2024Topic: 10 Understanding the Widgets In FlutterHello devs, In this blog post, we took a deep dive into exploring the wide range of widgets that Flutter offers. These widgets are like magic tools that help us create beautiful and user-friendly interfaces for our apps. By getting to know each widge...DiscussLearn Flutter: Basic to AdvanceFlutter
Mayursinh Parmarmayursinhdevblog.hashnode.dev·May 2, 2024Topic: 9 Understanding Expanded Widget and Flex Widget in FlutterHello devs, Today, let's dive into two important widgets in Flutter that help adjust widget sizes according to screen size. Knowing how these widgets work can really boost your Flutter development journey. We'll take a closer look at each widget to u...DiscussLearn Flutter: Basic to AdvanceFlutter