DEV Community

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

Posted on

My First Cross-Platform Hello-World Flutter App

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

Top comments (4)

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.

Collapse
 
michaeltharrington profile image
Michael Tharrington

Nice Vivek!

Collapse
 
vivek09thakur profile image
Vivek Thakur

Thanks Michael for your appreciation. #Love_from_India