Building Custom TabBar Indicator in Flutter

Almost every other app has multiple groups of content. Tabs allow you to organize and navigate between these groups of content seamlessly in your app. Flutter has its own TabBar and TabBarView widget to create tabs and view it's content. In this tut... https://www.divyanshu.dev/building-custom-tabbar-indicator-in-flutter

Getx Dependency Injection for Flutter - Final Part

In the previous part, we went through the getx state management techniques and explored the ways of implementing them. Now, we are going to explore more on implementation of GetX Dependency Injection in Flutter. GetX facilitates simple and easy to im... https://gayathridevisrinivasan.hashnode.dev/getx-dependency-injection-for-flutter-final-part

Mastering Flutter: An introduction to Pay plugin

It has passed a while from when Flutter was a “new thing” and it had quite a wild run. One thing did miss however was a pure dart support for paying physical goods but now we have the boringly named “pay” plugin (here’s the pub.dev page)! Let’s get o... https://hashnode.com/post/mastering-flutter-an-introduction-to-pay-plugin-ckrm4l7xf00ezfws1e8accitb

Flutter TextFormField Validation made easy

Hey There!!! 👋 If you are a flutter developer and if you have created an app that requires an authentication page where the user enters his credentials , you would have used a TextFormField widget. Now , let's say a user has entered his credenti... https://adityasubrahmanyabhat.com/flutter-textformfield-validation-made-easy

Implementing Auth in Flutter using Supabase and Getx

Hey there!!! Have you ever needed a backend service like Firebase for your Flutter app or website but didn't want to go through all the complex setup procedures of Firebase? Or have you felt like using a different backend service just because you're ... https://adityasubrahmanyabhat.com/implementing-auth-in-flutter-using-supabase-and-getx

Flutter TextFormField Validation made easy

Hey There!!! 👋 If you are a flutter developer and if you have created an app that requires an authentication page where the user enters his credentials , you would have used a TextFormField widget. Now , let's say a user has entered his credenti... https://adityasubrahmanyabhat.hashnode.dev/flutter-textformfield-validation-made-easy

Implementing Auth in Flutter using Supabase and Getx

Hey there!!! Have you ever needed a backend service like Firebase for your Flutter app or website but didn't want to go through all the complex setup procedures of Firebase? Or have you felt like using a different backend service just because you're ... https://adityasubrahmanyabhat.hashnode.dev/implementing-auth-in-flutter-using-supabase-and-getx

Travel App UI using Flutter.

Yesterday I came across the following mobile app UI on Twitter, I thought it would be a fun little practice project for me, so I decided to recreate that UI in my favorite thing to create mobile apps, Flutter ❤ Original UI mockup by @Oluwafemi11_ : ... https://theketan2.hashnode.dev/travel-app-ui-using-flutter-theketan2

Started to Learn about the Flutter

How i started to learn about the flutter, Not so big story, Recently in our company we had an one requirement of mobile application projects and initially i had an some interest on the mobile development also while seeing the app like Myntra, PhonePe... https://blog.naveensingh.dev/started-to-learn-about-the-flutter

Future in dart: When to use async, await, and then

There are multiple ways to implement asynchronous logic in dart. Dart provides three keywords for this: async, await, and then.In this blog, we'll learn how and when to use them according to our needs. Overview

What is asynchronous programming? Asyn... https://nikkigoel.hashnode.dev/future-in-dart-when-to-use-async-await-and-then


Search