Flutter Tutorial | Create a Music App using Flutter

แชร์
ฝัง
  • เผยแพร่เมื่อ 8 ก.ย. 2024
  • #flutter #music
    Hello and welcome, in this new video I'm going to show you how to build your own music player using flutter 3, this tutorial will include some topics like
    - how to play sounds and music from asset files
    - create a nice-looking UI for your Player
    - how to add a blur effect to your background image
    source code: bit.ly/3TgX7dQ

ความคิดเห็น • 22

  • @bangladeshtravel6727
    @bangladeshtravel6727 2 ปีที่แล้ว +3

    I'm in love with your UI , thanks a lot man

    • @DoctorCode9
      @DoctorCode9  2 ปีที่แล้ว +1

      thank you for your comment 😊

  • @user-qd6ez3go9j
    @user-qd6ez3go9j ปีที่แล้ว +2

    You are a creative genius. I hope you will complete the way for us to create a song selection list of songs.

  • @JohannNzPatt
    @JohannNzPatt ปีที่แล้ว +2

    Hola, como puedo mostrar en la barra de notificaciones que el audio se esta reproduciendo. Tambien que se pueda pausar desde alli

  • @ayoubsen9412
    @ayoubsen9412 ปีที่แล้ว

    Love the video !
    one question tho!
    what about when the song ends, and we need to go back to 0 ?

  • @AnshumanAtrey
    @AnshumanAtrey 2 ปีที่แล้ว +1

    loved it ❤️❤️

  • @vianeyvargas7736
    @vianeyvargas7736 2 ปีที่แล้ว

    Excellent Thanks

  • @user-qd6ez3go9j
    @user-qd6ez3go9j ปีที่แล้ว

    عااااش يامبدع

  • @ssupawas
    @ssupawas ปีที่แล้ว

    Thanks

  • @DJ_JESZ
    @DJ_JESZ ปีที่แล้ว

    i get a error like this one 'error null check operator used on a null value'

  • @herrratsel1168
    @herrratsel1168 2 ปีที่แล้ว

    hi bro, ı have a question how can use the songs from url

  • @Ivan-jj1uo
    @Ivan-jj1uo 2 ปีที่แล้ว

    Hi! Which version of Android u used?

  • @vanloanhoang2879
    @vanloanhoang2879 ปีที่แล้ว

    Can you code this app with Flutter Bloc?

  • @NaviTvOfficial
    @NaviTvOfficial ปีที่แล้ว

    Hi there. Are you available for hire??

  • @shafin_murani
    @shafin_murani 2 ปีที่แล้ว

    Bro, I'd love to take a look through the source code.

    • @DoctorCode9
      @DoctorCode9  2 ปีที่แล้ว

      I just added the source code link, check the description

  • @priyanshudutta9463
    @priyanshudutta9463 ปีที่แล้ว

    28:14

  • @johnaldrin5924
    @johnaldrin5924 7 หลายเดือนก่อน

    This is dumb

  • @AdamaDEMBELE-q6v
    @AdamaDEMBELE-q6v หลายเดือนก่อน

    [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: (-11828) Cannot Open
    #0 AudioPlayer._load (package:just_audio/just_audio.dart:875:9)
    #1 AudioPlayer._setPlatformActive.setPlatform (package:just_audio/just_audio.dart:1501:28)
    ios

  • @maymun_tv
    @maymun_tv 2 ปีที่แล้ว +2

    hi bro, i don't understand the code like "await player.seek(Duration(seconds:newValue.toInt()))"

    • @DoctorCode9
      @DoctorCode9  2 ปีที่แล้ว +1

      the seek function will change the position of the song and let you control which part you want to hear

    • @maymun_tv
      @maymun_tv 2 ปีที่แล้ว

      @@DoctorCode9 thanks bro