How can I integrate Firestore Database with Flutter?
In this article we will learn how to use firestore database in a flutter
Native Ad Integration in Flutter(Using Kotlin and Swift)
Users are shown native advertisements using platform-specific UI components (for example, a View on Android or a UIView on iOS).
Phone Authentication Using Firebase
In this article. We’ll learn about phone authentication with Firebase and providers.
How to Use Google Mobile Ads in Flutter?
In this Article, you will learn about how to perform google mobile ads in your project.
Flutter Localization
Since app localization is extremely common with mobile app development i assumed to write down my favorite flutter plugins. App is actually fast and straightforward with easy_localization plugin. Specially with the newest update. i’ll guide you to make a straightforward app page with change language functionality.
Flutter Architecture
Flutter could be a cross-platform UI toolkit that’s designed to permit code reuse across operating systems like iOS and Android, while also allowing applications to interface directly with underlying platform services.
Work with BLoC in Flutter
This blog contains “how to architect your Flutter projects” using the BLoC pattern flutter. So that you can maintain, scale, and test your Flutter projects easily, and to do that we need state Management approaches.
RazorPay Payment Gateway in Flutter
Razor Pay is one of the best payment gateways which is used by many companies. It provides many payment options such as Card, Netbanking, External Wallets, UPI, etc. First of all, we need to create an account on Razorpay (https://razorpay.com/). We require an API key for making payment checkout call in our flutter application and…