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
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
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...Discuss·11 likes·603 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...DiscussDart
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...DiscussFlutter
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...DiscussFlutter
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...Discuss·56 readsFlutterFlutter
Dawnotonyedev.hashnode.dev·Jun 30, 2024Starting the Journey: What You Need to KnowWith this article, I'd like to officially mark the beginning of my very fruitful career in Mobile Development. To be factual, this journey began a little over two years ago when I wrote my first line of code in Dart. Despite the already long road beh...DiscussFlutter
Nikunj Bhanderinikunjbhanderi.hashnode.dev·Jun 15, 2024What is flutter ?Flutter is an open-source UI (user interface) software development kit (SDK) created by Google for building cross-platform applications. Flutter apps can be developed for the web, Android, iOS, Linux, macOS, and Windows from a single codebase. Flutte...DiscussFlutter