How to play video from URL in the flutter
In this Quick Tutorial, you will how to play a video from a URL in a flutter with example code and All the steps in detail. In this blog, we …
Flutter Tutorials: In this category, you will find the Best Flutter Tutorials like making complex functionally features, API calls, SQL lite, Plugin explanations, and much more.
In this Quick Tutorial, you will how to play a video from a URL in a flutter with example code and All the steps in detail. In this blog, we …
We all know what notifications are and how they look on our devices. It does not matter whether you have an android phone or an ios phone, they look somewhat …
Read moreHow local notifications work on the Flutter Application
Flutter SharedPreferences Example: You may be wondering why I am saying the most superficial way because storing the data is not an easy task for any beginner developer. Still, when …
In this post, we will learn how to pick images in a flutter app using a camera and phone storage. This tutorial will guide step by step on how you …
Read moreHow to display images from Gallery and Camera in Flutter Application
In this post, you will learn how you can create a simple yet very useful multi-select dropdown field in your flutter app. We are not going to deep dive into …
Read moreHow to create a multi-select dropdown field in Flutter
In this simple app, we will build an app that will play an mp3 file from your asset folder. Take any mp3 file or song and place it in your …
Read morePlay Music in flutter: The simplest way to play music in flutte app
First of all, Add the SQLite Plugin from Pub.dev and add the dependencies on pubspec.yamal file. (Flutter SQLite Tutorial) First Create a Model class to handle inserting and receiving data …