GetX For Flutter Applications: Dependency Injections

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

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

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

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

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

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)

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

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

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.

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


Search