Flutter Instagram Stories Tutorial
10:53
Пікірлер
@arkatanukundu_171
@arkatanukundu_171 5 күн бұрын
I am trying to use Firebase as database for audio files along with this... but adding firebase initialize in main along with just_audio background initialize doesnt work. If anybody knows how to solve this plz help
@user-tk6rv7ht3k
@user-tk6rv7ht3k 5 күн бұрын
Thanks Marcus for your time. But please what about if I want to make use of the just_audio_cache such that I am able to cache audio url web links and play audios from the cache memory? How should I go about it?
@imhusain.x
@imhusain.x 9 күн бұрын
Nice
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 11 күн бұрын
Keep going 💪❤
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 11 күн бұрын
Keep going 💪❤
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 11 күн бұрын
Keep going 💪❤
@JimmyQuy
@JimmyQuy 14 күн бұрын
why I can't see google map on IOS simulator?
@hydrachoke
@hydrachoke 15 күн бұрын
i got this message 'Build failed due to use of deleted Android v1 embedding.'
@emotionstv6721
@emotionstv6721 18 күн бұрын
how do you get the android preview next to the screen vs code
@pyzhovskiy
@pyzhovskiy 24 күн бұрын
It's just amazing, thank you!
@hoteny
@hoteny 25 күн бұрын
So the abbreviation is “stfu” 36:55
@vicali317
@vicali317 Ай бұрын
Thanks man
@world_music_lyrics4416
@world_music_lyrics4416 Ай бұрын
When I used it in my project, the size of the application increased by more than 120+ MB. How decrease it?
@kenmaths8758
@kenmaths8758 Ай бұрын
Thanks, great flutter video
@Explore_Montreal
@Explore_Montreal Ай бұрын
This guy did an amazing job . Sadly, more videos. ... what if the community can support this guy to continue his amazing journey ... please, guys, suggest something. I WISH HIN ALL RHE VERY BEST THANKS
@zetreox2247
@zetreox2247 Ай бұрын
The tutorial worked great apart from i could view media notifications on android, however i managed to fix this by adding <uses-permission android:name="android.permission.FOREGROUND_SERVICE_MEDIA_PLAYBACK"/> with the other permissions in the android manifest file (I assume this is because i am using android 14 and this tutorial was made for android 13)
@aryann767
@aryann767 Ай бұрын
<service android:name="com.ryanheise.audioservice.AudioService" android:foregroundServiceType="mediaPlayback" android:exported="true"> <intent-filter> <action android:name="android.media.browse.MediaBrowserService"/> </intent-filter> </service> <receiver android:name="com.ryanheise.audioservice.MediaButtonReceiver" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MEDIA_BUTTON"/> </intent-filter> </receiver>
@-alamalchannel3410
@-alamalchannel3410 Ай бұрын
Very helpful tutorial! But I have a question, I cann't find the recommendation for codes like ( wrap column, wrap widget). Does anyone know what extension we should have to get it or what should we press?
@tuanngovan7735
@tuanngovan7735 Ай бұрын
Great video!!
@mmm-tl6gq
@mmm-tl6gq Ай бұрын
Subtitles video language
@keithbacalso9433
@keithbacalso9433 Ай бұрын
I dont get it why do we have to create 3 separate files for `main_dev, ,main_stg, main_prod`. If there is already a launch.json that can target one `main.dart` ???
@bburningpirate7087
@bburningpirate7087 2 ай бұрын
Thankyou so much
@Please_dont_waste_your_time
@Please_dont_waste_your_time 2 ай бұрын
How to show views?
@MattCantSpeakIt
@MattCantSpeakIt 2 ай бұрын
Question: Why do you dispose of the text controllers, but not the formkey?
@AshikShaheed
@AshikShaheed 2 ай бұрын
its a good video. but i wish to get help in errors that I get.
@saqib399
@saqib399 2 ай бұрын
It nearly seems perfect, but it is not working with the real video. If a video is playing and I try to minimize it , then the video starts from the beginning.
@abuhurairah5046
@abuhurairah5046 2 ай бұрын
routes not created when we add one destination and origin polyine above 0 , 0 is showing why?
@unknownprogramme
@unknownprogramme 2 ай бұрын
how you create this 3D intro of mobile
@WillyNgugi-Flutterdeveloper
@WillyNgugi-Flutterdeveloper 2 ай бұрын
People who need updated Flutter riverpod code: //define your provider like this: class SelectedVideoNotifier extends StateNotifier<Video?> { SelectedVideoNotifier() : super(null); void setSelectedVideo(Video video) { state = video; } void removeVideo() { state = null; } } final selectedVideoProvider = StateNotifierProvider<SelectedVideoNotifier, Video?>( (ref) => SelectedVideoNotifier()); //using your provider: final selectedVideo = ref.watch(selectedVideoProvider); //adding video to state ref.read(selectedVideoProvider.notifier).setSelectedVideo(video); //removing video from state ref.read(selectedVideoProvider.notifier).removeVideo(); Hopefully I helped someone. Thanks Marcus for a great video. Hope to see some of your videos again soon.
@jaslenechia7026
@jaslenechia7026 2 ай бұрын
May I know what to do with Android device? regarding the info.plist stuff 😊
@_xxmasterxx_8782
@_xxmasterxx_8782 2 ай бұрын
Hello, I get an error that there is no permission to use the project's zip file, and it also asks me for the dart code. I also get an error about that when the dart is updated and it is fine. Can you please upload the files or make a video but make it well explained?
@JKW3973
@JKW3973 2 ай бұрын
Works Great
@usamahaider7865
@usamahaider7865 2 ай бұрын
sir can we in PageView images with background audio when scroll then change audio and img it can possiable please make an video upon it...!
@CooperativaComuna-qj5sj
@CooperativaComuna-qj5sj 2 ай бұрын
I want the tutorial of the Parallax effect in a web page like NASA 0:00 please 😥
@danielakintola8000
@danielakintola8000 2 ай бұрын
Thanks a lot for this video. I'm new to flutter and the video answered a lot of questions I had about UI
@Please_dont_waste_your_time
@Please_dont_waste_your_time 3 ай бұрын
Marcus a great person not time waster thank you Sir Marcus! We remember you!
@maxbrych7354
@maxbrych7354 3 ай бұрын
do you have a github repo for this project?
@sivsovanpanhavorn6296
@sivsovanpanhavorn6296 3 ай бұрын
for me when im on full screen it not roate to landscaape
@diegodig9
@diegodig9 3 ай бұрын
April 2024 and still working like a charm. Thank you very much for this amazing content!!!!
@thomastthai
@thomastthai 3 ай бұрын
Excellent tutorial. Well explained with a calm voice and minimal amount of distractions! Keep it up!
@anmolthedeveloper
@anmolthedeveloper 3 ай бұрын
I like the parts where you're teaching more than the video title says, the chat UI and the _Unfocus widget really appreciated
@falfit.
@falfit. 3 ай бұрын
Hi! Great video here, im originally here to learn how to use the miniplayer package and I was wondering if it was possible to do a different shape for the mini form? Such as a rounded rectangular shape. I tried to find a shape argument but didnt succeed, so I added in the builder a container that does the shape, but the miniplayer has a background which always show. So i added the backgroundColor argument of the miniplayer to Colors.transparent, but after multiple tests, this argument does nothing, I think it only changed the fading color that appears on top of the background widgets when you open the player? I tried overriding the theme too to a transparent color background, but it stills shows a black rectangle under my player. How can i have a rounded rectangle shaped miniplayer and for the background of the miniplayer to be transparent?
@falfit.
@falfit. 3 ай бұрын
Is it possible to customize the notification UI / lock screen UI?
@mfauzi4357
@mfauzi4357 3 ай бұрын
Please make another tutorial to update data into the database, or even better enabling offline mode and synch
@loydvincentbutron4345
@loydvincentbutron4345 3 ай бұрын
were planning to create app like this but not in english language
@erenjaeger555
@erenjaeger555 3 ай бұрын
not working the music is not playing
@luiscarlosdelorenzicantero7379
@luiscarlosdelorenzicantero7379 4 ай бұрын
please remove the music the next time, it distracts
@Nicklas7
@Nicklas7 4 ай бұрын
Please come back! I'd love to see more Fluttercontent from you. Have a great day! :D
@offshare2033
@offshare2033 4 ай бұрын
Thanks
@mossesboy
@mossesboy 4 ай бұрын
bro how to add gif in vscode background ?