Parth Shethparthshethflutterdeveloper.hashnode.dev·Dec 11, 2024Understanding Flutter PopupMenuButton: A Detailed GuideIn Flutter, creating rich, interactive user interfaces is easy thanks to its flexible and widget-centric architecture. One of the widgets that provide a simple way to display menus or options in a pop-up style is the PopupMenuButton. This widget allo...Flutter Widgetsflutter popupmenu button
Manoj Kulkarnimanojkulkarni.hashnode.dev·Dec 2, 2024Everything You Need to Know About Flutter Project Files & FoldersIntroduction: In this article, we’ll take a deep dive into the files and folders within a Flutter project. We'll explore their significance and understand the roles they play in the development process. Create New Flutter Project: To create a new Flu...files and folders in flutter
Edgar Aldairedgaraldair.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...29 readsStatelessWidget
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...Flutter
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 ...Flutter
Temitope Ajiboyearticle.temiajiboye.com·Sep 11, 2024Simplifying State Management in Flutter Using ValueNotifier and ValueListenableBuilderState management is a crucial aspect of building Flutter applications. In this article, we'll explore how to use ValueNotifier and ValueListenableBuilder for effective state management, from simple use cases to complex scenarios. We'll build an e-com...11 likes·641 reads2Articles1Week
Singaraju Saitejasingarajusaiteja.hashnode.dev·Sep 7, 2024Dart fundamentals for flutterProgramming Fundamentals Variables Strings Conditions Loops Functions Lists Map Classes Async and await File handling Variables Variables are containers that store value. Declaration: declaring variables with "var". var name = "flutt...Dart
Liam Johnsonmasterdeveloper.hashnode.dev·Aug 10, 2024Is Flutter Changing the Game Of App Development? Trends & InsightsFlutter is making waves as a powerful tool that brings efficiency, flexibility, and cross-platform capabilities together. Created by Google, Flutter lets developers build apps for mobile, web, and desktop all from one codebase. This means you don’t n...Flutter
Nabraj Khadkanabrajkhadka.hashnode.dev·Jul 19, 2024Become a Flutter Software EngineerComing from flutter internals Projects E-commerce Platform User authentication Product catalog Cart Checkout Payment Gateways Order Tracking Reviews Service App Real-time tracking Payment integration Geolocation Maps integration Loca...Flutter
Peter Ewanfoluckypeter.hashnode.dev·Jul 8, 2024How to Implement Custom Theme (Dark & Light Mode) in Flutter using ThemeExtensionApplication theming is now a major practice in mobile and web development. With more users adopting it and major apps integrating these practices, it is important for us as engineers to know how to implement it. In this article, I will explain how to...62 readsFlutterFlutter