Blog – 2 Column

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…