Build a Flutter Website in 10 Minutes | The New York Times API

  Рет қаралды 44,288

Marcus Ng

Marcus Ng

4 жыл бұрын

» Flutter courses, writeups, and source code on Launch Club 🧠
LaunchClub.io
Today we’re going to build a Flutter website with The New York Times API in 10 minutes.
» Remember to like, subscribe, share this video, and star the repo on Github :)
kzbin.info?sub_...
» Socials
GitHub: github.com/MarcusNg
Twitter: / marcuslng
» Resources
Source Code: github.com/MarcusNg/flutter_w...
http package: pub.dev/packages/http
url_launcher package: pub.dev/packages/url_launcher
The New York Times API: developer.nytimes.com/
The New York Times API Documentation: developer.nytimes.com/apis
» Outro Music
Harmony - Joakim Karud ( / @joakimkarud )
#Flutter #FlutterWeb #FlutterTutorial

Пікірлер: 55
@bmk4308
@bmk4308 4 жыл бұрын
Awesome. Was waiting for a flutter web video
@leonvanrijswijk8409
@leonvanrijswijk8409 4 жыл бұрын
Thanks, this was very helpful to me concerning flutter web and how to set up media query's in a clear way
@connorsmith3228
@connorsmith3228 4 жыл бұрын
Thank you so much. Please make more~ They are very helpful.
@snickr6377
@snickr6377 4 жыл бұрын
Nice! Thanks Marcus. Keep them coming.
@PaulBrassington_flutter_expert
@PaulBrassington_flutter_expert 4 жыл бұрын
Great video and instant subscribe, I look forward to the responsive video you mentioned. Thanks
@Tout-Le-Monde02
@Tout-Le-Monde02 4 жыл бұрын
Dude, you are great .... all the other tutorials were either too fast, or showing the code too small to follow ..... u took up a real scenario with GET Rest api calls and showcased it .... very nice .....
@jonathandaniels5513
@jonathandaniels5513 4 жыл бұрын
Awesome tutorial, thanks! 🙏
@GreatAdib
@GreatAdib 4 жыл бұрын
Very clean 👌 make dynamic website with firebase where we can upload image files data in user input and retrieve into ui
@samigk4823
@samigk4823 4 жыл бұрын
Great video ,very useful !
@AllTechSavvy
@AllTechSavvy 4 жыл бұрын
Perfect tutorial for Beginner!!! congrats🤗😎😎😎
@emir7345
@emir7345 3 жыл бұрын
great job 👏🏻
@anshulsinghla998
@anshulsinghla998 4 жыл бұрын
It's awesome. Hope you to see a course on web as well
@chickenbloodmachine
@chickenbloodmachine 4 жыл бұрын
Great video! I think you could have used the GridView.SliverGridDelegateWithMaxCrossAxisExtent() constructor to save some work in making the grid responsive.
@abdallahhussein5997
@abdallahhussein5997 3 жыл бұрын
Flutter hold everything that I need. Thank you for amaizing video, voice is awesome better of all your good instructor
@mrcat5553
@mrcat5553 4 жыл бұрын
Thank you very much
@muhammedsabir1722
@muhammedsabir1722 4 жыл бұрын
awsome thank you
@aliimranramzan9926
@aliimranramzan9926 4 жыл бұрын
Love flutter
@girishparate6410
@girishparate6410 4 жыл бұрын
Thank you
@malickshillah
@malickshillah 4 жыл бұрын
Awesome Video as Always... Please make more for Flutter Web as well.. Also thats a really cool Wallpaper you got there, where can I find it?
@srk96
@srk96 4 жыл бұрын
is there something like babel webpack for flutter web to integrate with other frameworks (ie. spring). or at least for changing folder structures of build public src and so on..
@MrEstakmoza
@MrEstakmoza 4 жыл бұрын
Thank you for sharing... I am going to try Flutter for Web. It is promising. If you make a Responsive UI version, please share the video.
@Youngermaster
@Youngermaster 4 жыл бұрын
Cool, what about Fluter desktop? Keep it up those videos!
@AndrewWooldridge
@AndrewWooldridge 4 жыл бұрын
Great video! I was wondering how to get your desktop background ?
@afropovic
@afropovic 3 жыл бұрын
So many tutorials that don't begin with how to create a flutter app from scratch, but instead have a 'here's one I made earlier'. Tutorials should begin with flutter installation, then from command line flutter create
@himesh_89
@himesh_89 4 жыл бұрын
any chance we can have a course on flutter flare ?
@rodolfohernandez2809
@rodolfohernandez2809 4 жыл бұрын
How do you handle SEO tags and meta tags for each article???
@thebeststuff5522
@thebeststuff5522 4 жыл бұрын
Any library to show popups / dialog /snackbar in web ?
@toddcleckner2652
@toddcleckner2652 4 жыл бұрын
ECom PWA with Flutter and Firebase tutorial if you find the time. Thanks!
@johnnylyimo
@johnnylyimo 4 жыл бұрын
I try it but got problem, browser open but dont display anything, In terminal show this below Building application for the web... 182.6s Attempting to connect to browser instance.. (This is taking an unexpectedly long time.)
@muhammadyusoffjamaluddin
@muhammadyusoffjamaluddin 4 жыл бұрын
HELP ME!!!!! I have done this tutorials and little I understand, but can I know where is the title? Mine just gone white and I dont know where the title is passed into the view? Thank You
@creatorkannan675
@creatorkannan675 3 жыл бұрын
Sir I will check in the web they will tell firewall problems pleas tell how to enable
@moses995
@moses995 4 жыл бұрын
Keyboard scrolling with arrow buttons still not supported
@noelxxiv9382
@noelxxiv9382 4 жыл бұрын
can this code be used to also create an android and ios app?
@kulveersinghdhanoa
@kulveersinghdhanoa 3 жыл бұрын
How do you implement SEO in flutter web?
@WorstDeveloper
@WorstDeveloper 4 жыл бұрын
Can you upload it to Netlify or something so that we can try out the website?
@scorpinking7403
@scorpinking7403 4 жыл бұрын
Like
@agreensh
@agreensh 4 жыл бұрын
You can also make a macOS app from the same code...
@jrheisler
@jrheisler 4 жыл бұрын
Nice tutorial. I am taking one of your classes on Udemy. If I wanted to make this app show other 'sections' (section='politics' or section='technology', adding an app bar and Flatbutton, how would I trigger the rebuild? What would the onPress look like? Thank you! I need to take more of your classes.
@joietan7983
@joietan7983 2 жыл бұрын
Can you please share the udemy course link by marcus if any
@danasugu1767
@danasugu1767 4 жыл бұрын
Great, thanks! How do you upload it to the server? Just copy the files?
@danasugu1767
@danasugu1767 4 жыл бұрын
@@MarcusNg Thanks!
@saishanmukkha
@saishanmukkha 3 жыл бұрын
Why can't we use wrap instead of GridView Widget?
@autocodepro5915
@autocodepro5915 4 жыл бұрын
I'm in now...
@bdinh14
@bdinh14 4 жыл бұрын
Hey Marcus, your work is awesome. I'm Bill, let's talk?
@aytunch
@aytunch 4 жыл бұрын
Marcus great tutorial since now that Flutter web is on fire. But how do we publish a flutter website on a free domain/hosting? Can you show it as well. If I am not mistaken, firebase has a free service like that.
@aytunch
@aytunch 4 жыл бұрын
Marcus Ng would those tutorials be effective also with flutter web projects?
@leonvanrijswijk8409
@leonvanrijswijk8409 4 жыл бұрын
When Flutter Web is stable, will you be making a Udemy Course including Flutter Web? Any idea when Flutter Web will be stable?
@streamerx4501
@streamerx4501 3 жыл бұрын
I have deployed this website but keeps loading
@RafaelGarcia-xw7om
@RafaelGarcia-xw7om 3 жыл бұрын
same here
@abhishekbohora9691
@abhishekbohora9691 3 жыл бұрын
There is a video in your Ad
@gourav7315
@gourav7315 4 жыл бұрын
Please make more responsive video
@someguytu
@someguytu 4 жыл бұрын
While I love fluter, it is crazy how you can build this with 90% less code using other languages. I guess the only positive side to using Flutter is because you can compile it for mobile . It baffles me how much code you need just to render a title.
@kifter4254
@kifter4254 3 жыл бұрын
Hey marcus, I sent you an email just now.
Top 10 CSS One Liners That Will Blow Your Mind
13:34
developedbyed
Рет қаралды 931 М.
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 26 МЛН
БАБУШКИН КОМПОТ В СОЛО
00:23
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 17 МЛН
Micro-Frontends in Just 10 Minutes
11:00
Jack Herrington
Рет қаралды 223 М.
The Story of Next.js
12:13
uidotdev
Рет қаралды 558 М.
The moment we stopped understanding AI [AlexNet]
17:38
Welch Labs
Рет қаралды 815 М.
Flutter Spotify Clone Desktop/Web UI | Apps From Scratch
1:00:39
Marcus Ng
Рет қаралды 124 М.
Complex Animations in Flutter using Rive | Flare
15:44
FilledStacks
Рет қаралды 224 М.
Finger Heart - Fancy Refill (Inside Out Animation)
00:30
FASH
Рет қаралды 26 МЛН