![GetX For Flutter Applications: Dependency Injections](https://www.cdn5.niftycent.com/d/1/q/o/w/K/Y/getx-for-flutter-applications-dependency-injections.webp)
In the previous part of this series, we went through various state management techniques for GetX while exploring the many ways to implementing them. Now, we are going to learn more about implementation of GetX dependency injection for Flutter applic... https://techblog.geekyants.com/getx-for-flutter-applications-dependency-injections
![Flutter: Todo App using BLoC Design Pattern with SQLite](https://www.cdn5.niftycent.com/d/1/q/o/w/z/X/flutter-todo-app-using-bloc-design-pattern-with-sqlite.webp)
With many engineering design patterns emerges that help structure your Flutter projects to allows your code perform better, structure it to make it adoptable to new changes, or makes it reusable. In this article, I will display the making of the clas... https://www.vaygeth.com/flutter-todo-app-using-bloc-design-pattern-with-sqlite
![How to create gradient text in Flutter](https://www.cdn5.niftycent.com/d/D/2/6/7/R/K/how-to-create-gradient-text-in-flutter.webp)
When I started working on gradients in Flutter yesterday, I also had a look at text gradients as those intrigue me. However, quickly fell down the rabbit hole of methods that work on paper but don't work stable. Today I'll guide you through creating ... https://h.daily-dev-tips.com/how-to-create-gradient-text-in-flutter
![Using gradients in Flutter](https://www.cdn5.niftycent.com/d/e/5/0/9/j/M/using-gradients-in-flutter.webp)
Yesterday, I wondered how to create gradients in Flutter, so let's look at how this works. Gradients, in general, can give us that extra fancy feeling in our app. While researching this article, I learned that Flutter allows you to modify everything,... https://h.daily-dev-tips.com/using-gradients-in-flutter
![How to accept payments in flutter with flutterwave](https://www.cdn5.niftycent.com/d/e/a/M/z/0/9/how-to-accept-payments-in-flutter-with-flutterwave.webp)
What is Flutterwave? Flutterwave is a payment technology company focused on providing seamless and secure payment experiences for their customers. We power instant, secure, and cost-efficient disbursements into bank accounts and mobile wallets accros... https://hashnode.com/post/how-to-accept-payments-in-flutter-with-flutterwave-ckrtinytb0o47chs1fw41btdm
![Flutter scrollable horizontal avatar list](https://www.cdn5.niftycent.com/d/k/l/r/O/q/K/flutter-scrollable-horizontal-avatar-list.webp)
In this article, you'll learn how to create a scrollable horizontal list, in our case filled with avatars. However, feel free to put whatever you want on this list. The result for today will look like this:
For this article, we'll be starting from o... https://h.daily-dev-tips.com/flutter-scrollable-horizontal-avatar-list
![Changing your debugging browser for Flutter (MacOS)](https://www.cdn5.niftycent.com/d/D/v/j/w/B/a/changing-your-debugging-browser-for-flutter-macos.webp)
By default, Flutter expects you to have Chrome installed in order to be able to develop and debug with Flutter for Web. Not all of us like or wish to use chrome, we each may have our preferred flavour of chromium, be it Brave, Opera, Vivaldi or many ... https://blog.remelehane.dev/changing-your-debugging-browser-for-flutter-macos
![Migrating from Raised Button & Flat Button to Elevated Button and Text Button Widget](https://www.cdn5.niftycent.com/d/D/3/x/b/7/o/migrating-from-raised-button-flat-button-to-elevated-button-and-text-button-widget.webp)
Hello there, we’ve all seen recent updates in the flutter ecosystem from the majorly of which were unveiled during flutter 2.0 launch, which also brought about some changes alongside in Widgets…as we all know “Everything is a Widget” 😉 This article ... https://carlosdev.hashnode.dev/migrating-from-raised-button-and-flat-button-to-elevated-button-and-text-button-widget-1
![Migrating from Raised Button & Flat Button to Elevated Button and Text Button Widget](https://www.cdn5.niftycent.com/d/e/b/Y/Z/m/R/migrating-from-raised-button-flat-button-to-elevated-button-and-text-button-widget.webp)
Hello there, we’ve all seen recent updates in the flutter ecosystem from the majorly of which were unveiled during flutter 2.0 launch, which also brought about some changes alongside in Widgets…as we all know “Everything is a Widget” 😉 This article ... https://carlosdev.hashnode.dev/migrating-from-raised-button-and-flat-button-to-elevated-button-and-text-button-widget
![Infinite Scroll List using Flutter Firebase Firestore.](https://www.cdn5.niftycent.com/d/k/X/X/K/Q/5/infinite-scroll-list-using-flutter-firebase-firestore.webp)
Reading data from firebase is expensive and if there is lot of data, only small portion of it would be visible to user. So why download all of it if we can use pagination method to achieve infinite scroll list. This is our data in Firebase Firestore... https://blog.litedevs.com/infinite-scroll-list-using-flutter-firebase-firestore