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. 💡📱
![Cover image for My First Cross-Platform Hello-World Flutter App](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fw1547iuei5twp950kus9.png)
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (4)
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.
Yeah,With Flutter, you can use a single codebase to build apps for multiple platforms, including iOS, Android, and web.
Nice Vivek!
Thanks Michael for your appreciation. #Love_from_India