codingislife

Notifications for Flutter

Notification Types Available  All notifications could be created locally or via Firebase services, with all the features. Initial Configurations  Bellow are the obligatory configurations that your app must meet to use awesome_notifications: ???? Configuring Android  1 – Is required the minimum android SDK to 21 (Android 5.0 Lollipop) and Java compiled SDK Version to 33 […]

Notifications for Flutter Read More »

How to Get User’s Current Location Address in Flutter — Geolocator & Geocoding

In today’s mobile applications, location-based services are one of the most important and powerful features. If you look at the most popular apps, they all use the user’s location services to do certain things, such as recommending nearby places, localizing mobile advertising, contextualizing learning and research, and so on. Geolocation and reverse geocoding are the two processes for determining

How to Get User’s Current Location Address in Flutter — Geolocator & Geocoding Read More »

Flutter SQLite Tutorial

 In this tutorial, we shall learn basic SQLite operations with the help of a complete Flutter Application. About UI Following example application contains a TabBar with TabBarView for operations Insert, View, Query, Update and Delete operations that we shall perform on the car_table. In Insert Screen, we shall take car name and number of miles

Flutter SQLite Tutorial Read More »

Stripe payment gateway in Flutter

Installation  Requirements  Android This plugin requires several changes to be able to work on Android devices. Please make sure you follow all these steps: These changes are needed because the Android Stripe SDK requires the use of the AppCompat theme for their UI components and the Support Fragment Manager for the Payment Sheets If you

Stripe payment gateway in Flutter Read More »

How to Add Real Facebook Ads Step by Step Process into Flutter App | Facebook Audience Network

Banner Ad Native Banner Ad Native Ad Interstitial Ad Rewarded Video Ad Getting Started  1. Initialization:  For testing purposes you need to obtain the hashed ID of your testing device. To obtain the hashed ID: The hased id will be in printed to the logcat. Paste that onto the testingId parameter. IOS Setup In Pod file, set

How to Add Real Facebook Ads Step by Step Process into Flutter App | Facebook Audience Network Read More »

Background Fetch in Flutter: How to Keep Your App Up-to-Date in the Background

Getting Started  1. Initialization:  Run this command: With Flutter: This will add a line like this to your package’s pubspec.yaml (and run an implicit flutter pub get): Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more. Import it Now in your Dart code, you can use: 2. Android and

Background Fetch in Flutter: How to Keep Your App Up-to-Date in the Background Read More »

Slidable Tile In Flutter

The flutter_slidable plugin adds a component rich slider widget to your project. Sliders like this are frequently observed in scrollable records. The Gmail application is a remarkable model, in which sliding list things offer a critical efficiency upgrade. This plugin is packed with highlights and prepared for use, yet also profoundly adjustable if necessary. This plugin was

Slidable Tile In Flutter Read More »

Flutter Tutorial – Hive NoSQL Database In 30 Minutes & Hive CRUD | Android, iOS & Web

    In this Flutter tutorial, we’ll show you how to use Hive – a fast and lightweight NoSQL database solution – to store and manage data in your Flutter app. You’ll learn how to set up Hive in your project, create and manage a Hive box, and perform CRUD (Create, Read, Update, Delete) operations on

Flutter Tutorial – Hive NoSQL Database In 30 Minutes & Hive CRUD | Android, iOS & Web Read More »