DEV Community

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

Posted on

2

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

Billboard image

Create up to 10 Postgres Databases on Neon's free plan.

If you're starting a new project, Neon has got your databases covered. No credit cards. No trials. No getting in your way.

Try Neon for Free β†’

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay