Тёмный
Marcus Ng
Marcus Ng
Marcus Ng
Подписаться
Welcome to my channel where you'll learn Flutter and create amazing apps.

I am a Google Developer Expert (GDE) in Flutter and Dart. I enjoy teaching developers how to create beautiful UIs and production ready apps.

Remember to subscribe :)

Check out www.LaunchClub.io for courses and updates!
Flutter Instagram Stories Tutorial
10:53
3 года назад
Flutter In App Rating Prompt Tutorial
6:26
4 года назад
Комментарии
@imhusain.x
@imhusain.x 16 часов назад
Nice
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 2 дня назад
Keep going 💪❤
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 2 дня назад
Keep going 💪❤
@MohamedAbdelhamed-y3e
@MohamedAbdelhamed-y3e 2 дня назад
Keep going 💪❤
@JimmyQuy
@JimmyQuy 5 дней назад
why I can't see google map on IOS simulator?
@hydrachoke
@hydrachoke 6 дней назад
i got this message 'Build failed due to use of deleted Android v1 embedding.'
@emotionstv6721
@emotionstv6721 9 дней назад
how do you get the android preview next to the screen vs code
@pyzhovskiy
@pyzhovskiy 15 дней назад
It's just amazing, thank you!
@hoteny
@hoteny 16 дней назад
So the abbreviation is “stfu” 36:55
@vicali317
@vicali317 21 день назад
Thanks man
@world_music_lyrics4416
@world_music_lyrics4416 29 дней назад
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
@Explores_Montreal
@Explores_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 Месяц назад
Thankyou so much
@Please_dont_waste_your_time
@Please_dont_waste_your_time Месяц назад
How to show views?
@MattCantSpeakIt
@MattCantSpeakIt Месяц назад
Question: Why do you dispose of the text controllers, but not the formkey?
@AshikShaheed
@AshikShaheed Месяц назад
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 2 месяца назад
Marcus a great person not time waster thank you Sir Marcus! We remember you!
@maxbrych7354
@maxbrych7354 2 месяца назад
do you have a github repo for this project?
@sivsovanpanhavorn6296
@sivsovanpanhavorn6296 2 месяца назад
for me when im on full screen it not roate to landscaape
@diegodig9
@diegodig9 2 месяца назад
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 3 месяца назад
please remove the music the next time, it distracts
@Nicklas7
@Nicklas7 3 месяца назад
Please come back! I'd love to see more Fluttercontent from you. Have a great day! :D
@offshare2033
@offshare2033 3 месяца назад
Thanks
@mossesboy
@mossesboy 4 месяца назад
bro how to add gif in vscode background ?
@thebigthreereacts
@thebigthreereacts 4 месяца назад
how to you get the video once you have the ID? I cant find how to get the video model
@rakshithbk-qq7ne
@rakshithbk-qq7ne 4 месяца назад
how can i get this code i want to implent this in my app also