Blog – 2 Column & Sidebar

Flutter GetX Routing implementation

Flutter GetX Routing implementation

Flutter is a popular open-source framework for building high-performance, beautiful, and responsive mobile apps for both Android and iOS. One of the key components of building an app with Flutter is managing navigation between screens. In this article, we will be exploring GetX, a third-party routing library for Flutter that makes it easy to manage…

Maximize Your Flutter App’s Performance and Functionality with GetX: A Comprehensive Guide

Maximize Your Flutter App’s Performance and Functionality with GetX: A Comprehensive Guide

Flutter is a popular mobile application development framework created by Google. It allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. GetX is a Flutter package that provides a simple and powerful solution for state management.In this blog article, we will explore the benefits of using GetX in…

Flutter 1.22 releases to the stable with better Android 11 and iOS 14 support

Flutter 1.22 releases to the stable with better Android 11 and iOS 14 support

Supporting iOS 14 and Android 11, new i18n and l10n support, Google Maps and WebView plugins ready for production, a new App Size tool and much more, flutter development is bigger day by day! Google’s Flutter UI framework brings bug fixes and support for new features in Android 11 and iOS 14. Google has released…

Drinkable – Flutter App to check your daily water intake

Drinkable – Flutter App to check your daily water intake

Flutter is growing day by day and many developers as well. Developers are working hard to make awesome flutter apps. Which are also available on Github and anyone can download flutter app source code. The flutter open source community is trying to make examples and apps to help other developers. Here on Flutter Fumes we…

Tutorial 1 – Flutter Bottom Navigation Bar

Tutorial 1 – Flutter Bottom Navigation Bar

This is the first post of the Flutter Bottom Navigation Bar series, I will share examples of bottom navigation bars from simple to advanced using flutter library and third-party libraries. I am not going to cover any basics of Flutter Development as I am assuming that you are already familiar with Stateless/Stateful Widgets, Scaffold, Appbar…

Top 3 NoSql Database in Flutter you can choose for your any app

Top 3 NoSql Database in Flutter you can choose for your any app

In this article we will learn about Flutter NoSql Database in very simple language, I will not use any technical and difficult terminology to define this. What I understand, i will try to explain without making it complex. As we know Database is a very important part of every application, website or software, without a…

Learning Flutter Widgets, Widget 9 – Table

Learning Flutter Widgets, Widget 9 – Table

Table class A widget that uses the table layout algorithm for its children. Each child of a page view is forced to be the same size as the viewport. You can use a PageController to control which page is visible in the view. In addition to being able to control the pixel offset of the content inside the PageView,…

Flutter GETX, Shopping Cart Example (Getx Obx, Obs)

Flutter GETX, Shopping Cart Example (Getx Obx, Obs)

Flutter is most popular infant in the mobile application and cross platform application development world. Flutter is small in age but very big and vast in term of features, and this is the big reason every mobile application developer is adopting flutter development. Flutter have very large number of libraries and plugins available to use,…

Flutter Buttons Type (Elevated Button, OutlinedButton, TextButton etc)

Flutter Buttons Type (Elevated Button, OutlinedButton, TextButton etc)

Flutter development is becoming popular and more popular every day, due to its wide range of customisation, custom widgets, and very easy-to-implement approach. Today we will learn about flutter button types, and how we can make different type of buttons in flutter. This Flutter different type of buttons example will teach you about the different…

Flutter GETX, Check Internet Connectivity (Getx Obx, Obs)

Flutter GETX, Check Internet Connectivity (Getx Obx, Obs)

Flutter is most popular infant in the mobile application and cross platform application development world. Flutter is small in age but very big and vast in term of features, and this is the big reason every mobile application developer is adopting flutter development. Flutter have very large number of libraries and plugins available to use,…

Why Flutter is the Go-To Choice for Mobile App Developers: A Comprehensive Guide

Why Flutter is the Go-To Choice for Mobile App Developers: A Comprehensive Guide

Flutter is a powerful mobile app development framework created by Google. It allows developers to build natively compiled applications for mobile, web, and desktop from a single codebase. With Flutter, you can create visually stunning, fast, and responsive apps that run smoothly on both Android and iOS devices. There are many reasons why you should…