Edgar AldairforFlutter Insightedgaraldair.hashnode.dev·Nov 19, 2024StatelessWidget vs StatefulWidget: ¿Cuál y cuándo usar?Cuando comenzamos a desarrollar en Flutter, una de las primeras cosas que aprendemos es que todo en Flutter es un widget. Desde un botón hasta la estructura completa de una pantalla, podría decirse que los widgets son los bloques fundamentales con lo...DiscussStatelessWidget
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
Muhammad Taimoortaimoordevelops.hashnode.dev·Nov 16, 2024Making a DraggableScrollableSheet scroll up or down using GetX (Flutter)Introduction to DraggableScrollableSheet In many mobile applications, you might have seen an area at the bottom of the screen which can be dragged up to reveal more information or dragged down to hide information. One such example is that of Google M...DiscussFlutter
Geek Aidgeekaid.in·Nov 2, 2024Understanding Flutter App Lifecycle for Better App PerformanceFlutter is an open-source SDK that allows you to build cross-platform applications with a single code base. Many beginners skip learning about the app lifecycle while creating apps, just as they skip documentation. However, understanding and managing...DiscussFlutter
Satyam Jhaiamsatyamjha.hashnode.dev·Oct 28, 2024Flutter State Management: A Comprehensive GuideFlutter State Management: A Comprehensive Guide State management is one of the most crucial aspects of building Flutter applications. It's the backbone that determines how your app handles data flow and UI updates. In this guide, we'll explore differ...DiscussState Management
Yuriy Novikoveasy-flutter.hashnode.dev·Oct 20, 2024Flutter. New Disposer widgethttps://medium.com/easy-flutter/flutter-new-disposer-widget-681eeda1d9ba?sk=897c7c95919a335517e22099e8808586 1. Introduction Almost every Flutter app has a form with text fields. The text field requires TextEditingConroller. TextEditingController has...Discuss·38 readsFlutter
Daniel Augusto Jasmelino Filhodaniel-jasmelino.hashnode.dev·Oct 1, 2024DeepLink no Flutter para IOS (PT - BR)1. Introdução ao Deep Linking e Universal Links O que é Deep Linking?Deep linking refere-se à prática de direcionar os usuários para uma página específica dentro de um aplicativo móvel, em vez de apenas abrir a tela inicial. Isso melhora a experiênci...DiscussFlutter
Daniel Augusto Jasmelino Filhodaniel-jasmelino.hashnode.dev·Oct 1, 2024Config DeepLink in Flutter (EN)Introduction In this article, I will show how to set up deep links in Flutter by associating the Android app with a website and correctly routing pages using the go_router package. We will explore the configuration of AndroidManifest.xml, the domain ...DiscussFlutter
Reme Le Haneremelehane.dev·Sep 30, 2024Flutter trick: using LayoutBuilder for responsive designsWhen you’re building apps that need to work across different screen sizes (phones, tablets, etc.), LayoutBuilder is a powerful tool to help create adaptive UIs. It lets you access the parent widget’s constraints and make dynamic decisions based on th...DiscussFlutter
Laurence Wayneflutter-template.hashnode.dev·Sep 29, 2024Save Time on Firebase & Stripe Integration for Your Flutter Web AppAs developers, we know that setting up essential integrations like Firebase and Stripe can take up a lot of time when building a new project, especially for Flutter web apps. While these tools are incredibly powerful, configuring them correctly can b...DiscussFlutter