How to get started with flutter

How to get started with flutter

Application development rocks!! ๐Ÿช

ยท

3 min read

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 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: statista.com/statistics/269025/worldwide-mo..

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 this crash course

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 ๐Ÿ’พ

Documentation: https://docs.flutter.io/
Github: https://github.com/flutter/flutter
StackOverflow: https://stackoverflow.com/questions/tagged/flutter
Gitter: https://gitter.im/flutter/flutter
Effective Dart Guide: https://www.dartlang.org/guides/language/effective-dart
Dart Tips: https://www.dartlang.org/resources/dart-tips
Flutter FAQ: https://flutter.io/faq/
Flutter Rendering: https://www.youtube.com/watch?v=UUfXWzp0-DU
Flutter Engine: https://github.com/flutter/engine/wiki
Hot Reload: https://flutter.io/hot-reload/
Flutter Inspector: https://dart-lang.github.io/observatory/
Dart Style Guide: https://www.dartlang.org/guides/language/effective-dart/style
Dart Observatory: https://dart-lang.github.io/observatory/
Flutter Widgets: https://flutter.io/widgets/
Flutter Gallery App Code: https://github.com/flutter/flutter/tree/master/examples/flutter_gallery
Flutter Gallery Android App: https://play.google.com/store/apps/details?id=io.flutter.demo.gallery
Flutter Layout: https://flutter.io/tutorials/layout/
Material: https://material.io
Icons: https://thenounproject.com
Images: https://unsplash.com
Fonts: https://fonts.google.com
Google APIs: https://pub.dartlang.org/packages/googleapis
Async and Futures: https://www.dartlang.org/tutorials/language/futures
Testing: https://flutter.io/testing/

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