Flutter tutorial - create a mobile app from scratch

preview_player
Показать описание
Get started with Flutter - in this video I setup the workspace, create a project and start building a simple flutter app from scratch and run it on Android, iOS and as a web application. The app generates QR codes based on a string entered.

Flutter allows you to generate applications for multiple platforms out of a single codebase. This includes Android and Apple iOS devices, web applications as well as MacOS and Windows native apps.
Рекомендации по теме
Комментарии
Автор

Sir I wanted to create an application.

socialmediainfluencer
Автор

Hey! Loved the video! Super insightful! :D I like using ctrl + F, hit the right arrow before the Find text input field, hit the regex .* icon, and search, and replace //.* with " ", then ctrl S, to erase all the comments, and save/format! There used to be a VSCode extension that erased all comments, idk why it's not in the extensions anymore! Also, you can also use a SingleChildScrollView, instead of the ListView, to stop the overflowing, great videos, looking forward to the next ones!

juanmacias