Suneelblog.suneeldk.me·Dec 12, 2024A Comprehensive Guide to Using url_launcher in FlutterFlutter is one of the most popular frameworks for cross-platform mobile development, allowing developers to build beautiful apps with a single codebase. But what if your app needs to open a web page, email, or even a dialer? This is where the url_lau...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
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...Flutter
Dev Life of Briandevlifeofbrian.com·May 20, 2024A Day In Dev Life: First Trial Customer, Flutter Coding, and Work ProcessA new release is ready and I got my first trial customer! Very exciting day. I go a bit more into code this time, hope you like it 🤞. Coding with ADHD I tried ADHD medication again yesterday after a long time. Worked great and was able to get signi...136 readsBuild In Public
Nitish Tiwariflutteringg.hashnode.dev·May 20, 2024Enhancing User Experience with Loading Animations in FlutterIn mobile app development, creating a smooth and engaging user experience is paramount. One way to keep users engaged while waiting for data to load is by implementing appealing loading animations. Flutter, with its rich set of widgets, makes it easy...Flutter
Dev Life of Briandevlifeofbrian.com·May 19, 2024A Day In Dev Life: Resolving Float Note Issues, Working with Clients, and Sunny WeatherStarted today by posting yesterday's blog. During the day I write small pieces and take screenshots so I can turn it into a blog later. At the end of the day I am often too tired though and have little energy and enthusiasm to wrap it up. So then I t...3 likes·220 readsFlutter
Dev Life of Briandevlifeofbrian.com·May 18, 2024A Day In Dev Life: Client Work, ASO and Google Gemini ContestI wanted to push yesterday's bug fixes and improvements to the web, but then I noticed that the navigation bar was back on the left side of the application. 👨💻 Glitch in the Matrix Surely I had fixed and changed this because I made new screenshots...61 readsFlutter
Dev Life of Briandevlifeofbrian.com·May 17, 2024A Day In Dev Life: Public Roadmap & Google GeminiI’m struggling a little bit to determine the best move right now. Is it setting up ASO, is it creating reels, shorts and TikToks for ads. Is it fixing some bugs / creating new features and documenting the journey. Is it influencer marketing, using th...192 readsFlutter
Dev Life of Briandevlifeofbrian.com·May 15, 2024Solving Size Issues with Print Statements in FlutterPrinting your way out of a sizing issue is not the common way to go. But, it’s fast and efficient. Most of the time. So let me tell you how I use a simple extension method to give me feedback and information with just a single line of code. "Like a ...222 readsFlutter
Nitish Tiwariflutteringg.hashnode.dev·May 14, 2024Simplifying State Management in Flutter with GetXIntroduction: State management is a crucial aspect of building robust and efficient mobile applications, particularly in Flutter. With various state management solutions available, developers often face the challenge of choosing the right one for the...Flutter