One Codebase For All Screens

preview_player
Показать описание
A quick look at Flutter.

💬 Topics:
- What is Flutter?
- What is Dart?
- Native vs Cross platform development;
- Flutter basic app example;
- Stateless vs Stateful Widgets;

Рекомендации по теме
Комментарии
Автор

Few notes
- Stateless widgets can have their props changed, a stateful widget above can pass in new props no issues
- The underscore naming convention is better explained as only the file it’s defined in can use it. IMO.
- you made a passing comment about not using a webview which is correct but it’s should be noted that it doesn’t render “native” elements. It renders everything to a canvas which is why flutter is great for making games. Because it’s basically a 2d game engine for making apps.

kyuss
Автор

Would be cool to see also the result of the implementation in this kind of videos 🚀 Thanks!

alinghinea
Автор

Useful tips for a very demanding job, that can easily become overwhelming.
Keep up the good content 👍

julienwickramatunga
Автор

If you think Flutter syntax is confusing just think of JSX components but with class constructors.

wlockuz
Автор

Awesome man, personally I'm happy about the longer but not too long video formats! I'm also proud to have been subscribed since the early days. Here's to 100K 🎉

siya.abc
Автор

Flutter is amazing, welcome to the Flutter world. 😍

AnthonyDev
Автор

Never liked flutter for some reason.. but I liked the video.

ShinSpiegel
Автор

Great Video. I also know that flutter uses webassembly for web, for faster renderings.

lcarv
Автор

one thing i didn't like about flutter, it has a lot of boilerplate that makes code looks more verbose.

devyb-cc
Автор

Flutter is great, but the fact that os rely on meta programming and codegen and the boilerplate oriented syntax is sometimes too much IMO

zotoavinaandriamanamihaga
Автор

the gradle is a pain in a**, i stick with pwa

azad_
Автор

I just love the fact that JS is there with arm and intel.

tubbystubby
Автор

okay that turned out better than i expected. Really cool

TechBuddy_
Автор

I video about screens and UI without actually showing screens and UI. Haha, peak developer right here

znx
Автор

As a react native user, even before watching the video I need to mention it.
It supports iOS, Android, Web, Mac and Windows. It's also used in Microsoft Windows (in some sections in start menu), and in couple of games as well.

mubin-ansari
Автор

Game engine the best crossplatform tools

ulrich-tonmoy
Автор

0:31 "...as well as JavaScript for fast performance on any device" hold up

wlockuz
Автор

Tauri 2.0 supports Mobile too, on top of the cross platform desktop support in Tauri v1. Cant wait to use Tauri 2.0

ForAeonz
Автор

So what are the biggest downsides? It's not fast, is it?

PetrosTotskas
Автор

Cool video but seeing the results would have been great

mojojojo