DEV Community

Cover image for A guide to getting started with Flutter
CyprianTinasheAarons
CyprianTinasheAarons

Posted on • Updated on

A guide to getting started with Flutter

Introduction ☄️

Flutter is one of the most popular cross-platform frontend frameworks for developing mobile, desktop, and web applications. With the community and usage growing there are now a bunch of plugins and extensions available for developers. The framework makes use of the dart programming language by Google .

In this article, my goal is to help getting started with Flutter development. And give some structure to the process of learning flutter.

Screenshot 2021-07-02 at 16.46.47.png

Whats Flutter?

Flutter is Google's UI toolkit for building beautiful, natively compiled applications for mobile, web, desktop, and embedded devices from a single codebase.

Why Flutter ?

  • It's cross-platform , developers build applications once and run them on multiple platforms.

  • Flutter has been trending miles ahead of react-native for the last 12 months and this seems to just be the start

Screenshot 2021-07-02 at 16.09.43.png

  • Flutter comes with great documentation and a great community of developers https://flutter.dev/docs

  • Firebase support , makes it easy for developers to integrate apps to Firebase

Honestly , there's a bunch of reasons to go for flutter for mobile development right now and it would require a whole article to exhaust the benefits. But the above are the key ones

Learning flutter and becoming a competent mobile application developer will fulfill your financial needs easily. Check out the stats on mobile apps revenue right now and in the next 2 years!!. 💸 💵

Screenshot 2021-07-02 at 16.24.35.png

Source: https://www.statista.com/statistics/269025/worldwide-mobile-app-revenue-forecast/

Quick blueprint for developing an app on Flutter 🦥

  1. Come up with a solid concept of your idea
  2. Design the user interface and experience
  3. Develop the application
  4. Test and debug your application
  5. Deploy your application on Apple Store and Google Playstore
  6. Celebrate your win!! 😛 😝 😜

Screenshot 2021-07-02 at 16.46.38.png

Learning roadmap 🛣

1. Start with the basics

Have some basic knowledge of dart it's the programming language behind dart

Dart Docs

2. Read Flutter Docs

Flutter Site
Flutter Tutorial

2.1 Watch a crash course

Brad Travesy offers a great introduction to flutter on his YouTube channel.

3. Build a simple Flutter Application

Design-your-first-flutter-app
Scrum Pocker App
Create Flutter App in 5 Days

Bonus: Top 5 features from the new Flutter 2.0 you should know about 🌋

  1. Web support is now has a stable version
  2. It comes with Sound Null Safety
  3. Beta support for desktop (Windows, Linux, or macOS)
  4. Beta version for Google Mobile Ads
  5. New IOS widgets in the Cupertino widget

Extra Resources 💾

Flutter Resources




Conclusion 🚀🚀🚀

I hope my article helped you get started with flutter . And if so please react to it , share it, and let us make it go viral lol😂

Thank you for reading this -Follow me on Twitter

Checkout my website.

Buy Me A Coffee

Top comments (2)

Collapse
 
troydimarzio profile image
Troy Mokoagow

thank for sharing bro

Collapse
 
cypriantinasheaarons profile image
Info Comment hidden by post author - thread only accessible via permalink
CyprianTinasheAarons

Thanks .For the tip like me do that now.

Some comments have been hidden by the post's author - find out more