DEV Community

Cover image for My First Cross-Platform Hello-World Flutter App

My First Cross-Platform Hello-World Flutter App

Vivek Thakur on November 06, 2023

Feeling so excited and empowered after getting started with Flutter! The possibilities are endless, and I can't wait to create amazing apps with this fantastic framework. 💡📱

Here is the repo of my first hello world flutter app

Collapse
 
michaeltharrington profile image
Michael Tharrington

Nice Vivek!

Collapse
 
vivek09thakur profile image
Vivek Thakur

Thanks Michael for your appreciation. #Love_from_India

Collapse
 
dyfet profile image
David Sugar

The different per platform build environments look scary ;). Different build systems (cmake, xcode, gradle, etc) and glue code for each platform, though I gather the glue code is generated stubs to dart. But it does make the question of cross-platform building a bit more complex. In this I love Qt's use of a single CMakeFile.txt to build all supported target platforms from just one build definition while hiding per-platform build stubs and tools.

Collapse
 
vivek09thakur profile image
Vivek Thakur

Yeah,With Flutter, you can use a single codebase to build apps for multiple platforms, including iOS, Android, and web.