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
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·602 reads2Articles1Week
Vương Nguyễn Thiênnickf2k.dev·Jul 11, 2024How to Fix Common Flutter Errors: ‘RenderBox was not laid out’, ‘overflow’, and ‘Vertical viewport was given unbounded height’June 26, 2024 9:00 AM Vương Nguyễn Thiên 1. Introduction to Common Errors Imagine spending hours crafting a beautiful Flutter app, only to be greeted with frustrating errors like ‘RenderBox was not laid out’, ‘A RenderFlex overflowed by’, and ‘Verti...DavidCortiza and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·170 readsFlutter error
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·55 readsFlutterFlutter
Peter Ewanfoluckypeter.hashnode.dev·Jul 3, 2024Handling Dialogs in a robust Flutter Application"A dialog is a widget that appears on your screen above the current content of your app, asking you to perform an action or simply displaying information" You will probably agree with me that this is all there is to dialogs. I HOPE. Showing dialogs i...Discuss·10 likes·96 readsFlutterFlutter
Tushar Asodariyatusharasodariya.hashnode.dev·May 26, 2024Mastering Flutter Version Management with FVMGoogle's UI toolkit, Flutter, has quickly become popular among mobile developers. Using it, developers can develop beautiful, natively compiled mobile(android and iOS), web, and desktop applications from a single codebase. As Flutter continuously evo...Discuss·1 like·39 readsFlutter
Dev Life of Briandevlifeofbrian.com·May 22, 2024A Day In Dev Life: Client Work, Float Note Features & A Lot Of Flutter CodeEach Tuesday I work in Eindhoven. I woke up at 4.30 and got myself in the train around 6. I slept around 3.5 hours this night, I know that’s not enough and sleep will probably catch up to me somewhere later in the day. But it is what it is. For now (...Discuss·134 readsFlutter
Dev Life of Briandevlifeofbrian.com·May 21, 2024A Day In Dev Life: Nightshift, Snooze Durations and a New Float Note ReleaseAfter wrapping up yesterdays work and turning on a build I suddenly realized that I had not implemented the paywall check properly. This should only happen for people who are not yet premium, however the fix did this for everyone. Coding Nightshift S...Discuss·508 readsFlutter
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...Discuss·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...DiscussFlutter