Blog – 4 Column

Flutter Mutillevel DropdownButton Tutorial with real data example
Flutter Mutillevel DropdownButton Tutorial with real data example

Flutter Multilevel Drop Down Tutorial Flutter DropdownButton is a very important component of flutter app development, no app can be complete without using flutter dropdown. In this tutorial, we will focus on multilevel Dropdown which means, there will be a hierarchy of Dropdowns or you can say a parent-child relationship of Dropdown. Flutter multilevel dropdown…

Flutter Signature Pad Tutorial
Flutter Signature Pad Tutorial

Now flutter is very common in the mobile app development world. Every developer or even clients know about it and its power. In a very short time, spam flutter is on every developer’s mind. The result is awesome, developers are making very good plugins to make development easy, fast and up to the mark. Today…

Learning Flutter Widgets, Widget 8 – PageView
Learning Flutter Widgets, Widget 8 – PageView

PageView class A scrollable list that works page by page. 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, a PageController also lets you…

Learning Flutter Widgets, Widget 7 – FloatingActionButton
Learning Flutter Widgets, Widget 7 – FloatingActionButton

FloatingActionButton Widget class A material design floating action button. A floating action button is a circular icon button that hovers over content to promote a primary action in the application. Floating action buttons are most commonly used in the Scaffold.floatingActionButton field. Use at most a single floating action button per screen. Floating action buttons should be used for…

Learning Flutter Widgets, Widget 6 – FutureBuilder
Learning Flutter Widgets, Widget 6 – FutureBuilder

FutureBuilder<T> class Widget that builds itself based on the latest snapshot of interaction with a Future. The future must have been obtained earlier, e.g. during State.initState, State.didUpdateWidget, or State.didChangeDependencies. It must not be created during the State.build or StatelessWidget.build method call when constructing the FutureBuilder. If the future is created at the same time as the FutureBuilder, then every time the FutureBuilder‘s parent is rebuilt, the asynchronous task will be restarted….

TikTok Replica In Flutter And Firebase
TikTok Replica In Flutter And Firebase

Fluttet App – Tik Tik Replica Flutter app source code, Clone of TikTok with Flutter and Firebase. Check flutter app code on github Caracteristics Video Demo: https://youtu.be/sMKg6ILYgv0 -TikTok UI-Swipe Videos-Dynamic Video Data Source-User Data (Name, Image)-Animations(Image rotation) Libraries -video_player.-cloud_firestore:-cached_network_image Installation 1.-Clone or download this repository git clone https://github.com/salvadordeveloper/TikTok-Flutter.git 2.-Config your Firebase instance and insert the google-service.json…

Moviesfree4U –  Latest, Upcoming Movies
Moviesfree4U – Latest, Upcoming Movies

Flutter App – Moviesfree4U This is simple repository, that help in fetch latest, upcomming movies. Download flutter app source code from GitHub. APK You can Install and test latest Flutter Movies app from below 👇 Created & Maintained By Deepak Sharma If you found this project helpful or you learned something from the source code and…

Flutter Custom TextField With Label
Flutter Custom TextField With Label

TextField is most useful and used field in any development platform same as in Flutter Development. In this tutorial, we will learn how to make a flutter custom textfield along with attached Label. We will add some important mandatory and optional fields. You can add more fields as per requirement. Flutter custom text field has…

Top 32 Famous Mobile Apps Developed Using Flutter
Top 32 Famous Mobile Apps Developed Using Flutter

A hybrid application development framework, making developers’ hearts flutter! Powered by none other than Google – the tech global giant Revolutionizing the open source cross platform development to a different level Has 86.1K GitHub stars and 11.2K GitHub forks Has been a preferred choice by all – startups, small, medium and large scaled businesses Quite…

The Google Pay India app is rewritten in Flutter
The Google Pay India app is rewritten in Flutter

When Flutter was unveiled at the 2015 Dart Developer Summit, no one, at that time would have anticipated the immense popularity that Flutter app development has gained over time. Flutter is an open-source UI software development kit created and maintained by Google and the community. It is cross-platform in nature and used to develop applications for web, Android, iOS,…

Tutorial 6  – Flutter Bottom Navigation Bar implementation using titled_navigation_bar Library
Tutorial 6 – Flutter Bottom Navigation Bar implementation using titled_navigation_bar Library

This is the 6th tutorial of the Flutter Bottom Navigation Series. Till then we have learned how to make bottom navigation bar on any app using flutter’s own package and third party packages. Hope you are learning new things from every tutorial and making awesome flutter apps. Flutter development is now becoming a new trend…

Flutter Bottom Personalized Dot Bar  Libary-bottom_personalized_dot_bar
Flutter Bottom Personalized Dot Bar Libary-bottom_personalized_dot_bar

Bottom Personalized Dot Bar  A bottom navigation bar that you can customize with the options you need, without any limits. You can also customize the appearance of the navigation bar. The development was inspired by the following design: personalized-tab-bar You can see the source code of this lib inside the /lib folder. Show some ❤️ and star the…