In this article, we will add Cloud Firestore to a Flutter application, perform different read, write operation and use some queries to retrieve data. You can Download Source Code via Github. Get Started With Cloud Firestore Create Project on https://console.firebase.google.com/ Add App in Firebase console (Android and iOS) Download google-service.json file…
View More Flutter FirestoreTag: Github source code
Flutter- Country Info using API
There are many country in the world, Here we will try to display all country info using API with Flutter. API calling is very useful tool for all Mobile applications. You can Download Source Code via Github. API call List tiles Widgets You can Download Source Code via Github.
View More Flutter- Country Info using APIDynamic Theme
In current Age, All mobile App have duel theme. Here we introduce change App theme dynamically. Theme change on button click. You can Download Source Code via Github. Implement theme Light theme Dark theme Change theme You can Download Source Code via Github.
View More Dynamic ThemeIntro Slider
In Mobile Application, Intro screen before App start is very necessary to introduce application flow and how to work. Here I try to implement Intro Slider in Flutter. You can Download Source Code via Github. Form here we start to implement, First we add lib file in .yaml file Add the…
View More Intro SliderGet Phone Contacts
In the current age, Contacts is very useful in mobile app for sharing. Here I try to implement Get phone contacts in Flutter App. You can Download Source Code via Github. Form here we start to implement, First we add lib file in .yaml file Add the following libs to your pubspec.yaml file:…
View More Get Phone ContactsGoogle Maps
The one of most popular and useful apps of Google INC. Google Maps is very useful for find any location and find a best/short way to reach destination. Here I try how to implement Google Maps in Flutter Apps. You can Download Source Code via Github. Form here we start to…
View More Google Maps