Wed, Mar 27, 2024
When using the GetX package in Flutter, especially for state management and route management, you might observe some behaviors that differ across platforms (Android, iOS, and web).
Read more →
Tue, Mar 26, 2024
This is a very common issue when working with Getx on flutter. Hopefully the following solution can be of a help for you.
Read more →
Fri, Jan 12, 2024
To enable horizontal dragging of a `ListView` widget with a mouse in Flutter, you can use a combination of the `ListView.builder`, a `ScrollController`, and a `GestureDetector`
Read more →
Wed, Nov 22, 2023
In the world of mobile application development, providing feedback to users during long-running tasks is essential. When it comes to downloading files, especially large ones, users appreciate knowing the status of the download. In this blog post, we'll explore how to track and display the progress of a file download from Firebase Storage in a Flutter app.
Read more →
Fri, Sep 29, 2023
Venturing into the world of programming can be both thrilling and daunting. With the array of languages, libraries, and concepts, starting might seem overwhelming. However, learning to program can open up a myriad of opportunities. This beginner's guide will provide you with a structured approach to kickstart your journey into the realm of coding.
Read more →
Wed, Sep 27, 2023
To enforce that a user is logged in on only one device at a time using Flutter with Firebase Authentication, you can use Firebase Realtime Database or Firestore to store the user's session information. Here’s a step-by-step guide on how you can achieve this:
Read more →
Thu, Sep 14, 2023
The "Signing" section in the Google Play Console dashboard refers to the App Signing feature provided by Google Play. This feature is related to how your Android app is signed and verified when it's distributed through the Google Play Store. It offers several benefits, including enhanced security and simplified key management.
Read more →
Wed, Sep 13, 2023
The software keyboard, also known as the on-screen keyboard, is a crucial component of mobile app interactions. However, there are instances when you want to provide a way for users to dismiss the keyboard manually. In a Flutter app, you have several methods to close the keyboard programmatically. In this article, we will explore four effective ways to achieve this.
Read more →
Fri, Aug 25, 2023
This is fully functional Coin Toss App you can use in your application. Use it, modify it to your liking
Read more →
Sun, Jun 18, 2023
In the ever-evolving world of programming, continuous skill development is essential for staying relevant and unlocking new opportunities. Whether you're a beginner or an experienced programmer, there's always room for improvement. In this article, we'll explore the best practices and strategies to enhance your coding skills and take your programming abilities to the next level.
Read more →
Sun, Jun 18, 2023
In this article we will explore the dark sides of being a programmer which can be helpful for those who want to enter the world of programming.
Read more →
Mon, Jun 5, 2023
In this tutorial I will show you how to build a basic calculator app using Flutter step-by-step. With this tutorial you can enhance your Flutter skills and create your own custom calculator app with ease. We apply as many functionalities as possible, after completing this tutorial you can improve this app based on your preferences.
Read more →