Flutter Music player/Video Player

Flutter Music player/Video Player

Hey guys hope you all are doing good today we are going to learn very different things which we learn usually today we are going to see how to make music player and video player using flutter I hope you have setup flutter in your system and quite familiar with it basically today I have focused more on functioning rather than Ui we are going to play music via local system, via network and same for video all the code will be available in git repo attached at the end lets get started without wasting much time.

  1. Playing video with the help of assets

In this we have used video_player library for playing video from this library we can play video from assets and from network too.

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

the above code is for main.dart file

No alt text provided for this image

remember to change the assets in pubspec.YAML file as shown above.

Final output will be as shown below.

No alt text provided for this image

2. Playing video with the help of Network

All the code and other things will remain the same only change will be as shown below.

No alt text provided for this image

Output will be as shown below

No alt text provided for this image

3 Playing audio with the help of Network

to play audio from network we are using  flutter_radio: ^0.1.8

do the following changes in pubspec.YAML file

No alt text provided for this image

main.dart code will be shown as below

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

the final output will be like this

No alt text provided for this image

3. Playing audio with the help of Assets

first of all do the following changes in pubspec.YAML file we are using audio_player lib for playing audio from assets

No alt text provided for this image

main.dart code will be as shown below

No alt text provided for this image
No alt text provided for this image
No alt text provided for this image

All the above code will be available in the below git hub repo.

Thank you for reading I hope you like the article.


要查看或添加评论,请登录

Aditya Gupta的更多文章

  • My Views on Industry Use Cases of Kubernetes/ Devops Session

    My Views on Industry Use Cases of Kubernetes/ Devops Session

    Hey guys hope you all are doing today's article is going to thong I learn from yesterday's session. Yesterday in Linux…

  • My Views on Industry Use Cases of Kubernetes/ OpenShift Session

    My Views on Industry Use Cases of Kubernetes/ OpenShift Session

    hey guys hope you all are doing good this article is related to a session attended by me at Linux world the session was…

  • A Session To Remember On Ansible

    A Session To Remember On Ansible

    Hey guys Hope you all are doing this article is about the wonderful session I had on Monday 28DEC2020. As being…

  • DEPLOYING WORDPRESS WEBSITE ON GCP CLOUD USING SQL AND GKE

    DEPLOYING WORDPRESS WEBSITE ON GCP CLOUD USING SQL AND GKE

    Hey guys hope you are doing good today we are going to deploy WordPress website on GKE using SQL service and also gone…

  • DEPLOYING WORDPRESS USIND AWS RDS AND KUBERNATES

    DEPLOYING WORDPRESS USIND AWS RDS AND KUBERNATES

    Hey guys hope you all are doing good today article gonna be super fun and you can use it for your use as the heading…

  • GCP WORKSHOP FEEDBACK

    GCP WORKSHOP FEEDBACK

    Hey guys yesterday I have completed in days GCP workshop under the guidance of Mr. Vimal Daga sir at LinuxWorld in this…

  • SEMANTIC SEARCH ENGINE FOR Q&A USING ELASTIC SEARCH AND DOCKER

    SEMANTIC SEARCH ENGINE FOR Q&A USING ELASTIC SEARCH AND DOCKER

    Hey guys in today's article is about my DevOps project which I created with my partner. PROBLEM DEFINITION When we are…

    2 条评论
  • Python Bot

    Python Bot

    Hey guys hope you all are doing good. In today's article, we are going to see how to make our own chatbot in python to…

  • Network For Web Portal Using Terraform And Aws

    Network For Web Portal Using Terraform And Aws

    Hey guys hope you all are doing good in today's article we are going to see how to create our VPC, Subnet, Internet…

  • DevOps ASSEMBLY LINE SUMMER INTERNSHIP

    DevOps ASSEMBLY LINE SUMMER INTERNSHIP

    Hey guys Today this article is not about any tech stuff but for it becomes more important some time than learning only…

社区洞察

其他会员也浏览了