Temitope Ajiboyearticle.temiajiboye.com·12 hours agoSimplifying 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·108 reads2Articles1Week
Syncfusionsyncfusion-blogs.hashnode.dev·Sep 5, 2024Chart of the Week: Create a Flutter Tornado or Butterfly Chart to View the World PopulationTL;DR: Let’s see how to create a Tornado Chart using Syncfusion Flutter Bar Chart. Start by populating data for male and female populations, then implement the Bar series and align them. Customize axis labels, data labels, and tooltips, and add a tit...Discusscharts
Shanka Visal Amarasekarashankavisal.hashnode.dev·Sep 3, 2024Draggable Scrollable Sheet ClassFlutter provides developers with a variety of widgets to create dynamic, responsive, and interactive user interfaces. One such widget is the DraggableScrollableSheet, which is particularly useful for implementing draggable bottom sheets or panels tha...Discuss·1 like·35 readsFlutter
Sundar Adhikarisundar365.com.np·Aug 29, 2024How to Build an E-commerce App in Flutter: A Step-by-Step GuideCreating an e-commerce app in Flutter can be a rewarding experience, especially with Flutter's powerful toolkit that enables the development of high-quality cross-platform mobile applications. Whether you’re a beginner or an experienced developer, th...Discussflutter ecommerce
Manoj Jaiswalmanoj-jaiswal.hashnode.dev·Aug 20, 2024Are You Stuck or Worried About Managing Flutter Versions? Meet FVM! 🚀As a Flutter developer, you might have encountered situations where you need to manage multiple versions of Flutter. Whether you're working on legacy projects, testing new features in beta versions, or contributing to different projects, managing Flu...Discuss·55 readsFVM
Temitope Ajiboyearticle.temiajiboye.com·Aug 18, 2024Testing Permission Handling in Flutter: A Comprehensive GuideWhen developing Flutter applications that require device permissions, it's crucial to thoroughly test your permission-handling logic. This article will guide you through the process of testing a permission service class, using a PermissionHandlerAppP...Discuss·1 like·45 readsFlutter
rushikesh rushiii.hashnode.dev·Aug 17, 2024A Beginner's Guide to Testing Flutter Apps: From Basics to ImplementationTesting is a crucial aspect of mobile app development, ensuring that your app works as intended and provides a smooth user experience. For beginners in Flutter, understanding how to write tests can seem daunting, but it’s an essential skill to master...Discussabd
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
Solomon Akinsulirebumblebeedev.hashnode.dev·Aug 7, 2024In-Depth Guide to Understanding Stateful vs Stateless Widgets in FlutterIntroduction Flutter is built around a reactive framework that uses widgets as the fundamental units of the UI. Understanding Stateful and Stateless widgets is crucial for mastering Flutter development. These widgets form the core of Flutter’s UI-bui...DiscussFlutter Widgets
Marvellous Alextherealalexa.hashnode.dev·Jul 17, 2024Building Interactive Flutter AppsCreating an engaging and responsive user experience is key to developing successful applications. In this guide, we’ll cover the essentials of adding interactivity to your Flutter apps. Understanding Interactivity Interactivity in Apps: Interactivi...DiscussGeneral Programming