Flutter

Flutter

What is Flutter?

Flutter is a cross-platform app development framework made by Google. It is based on the Dart language. Release of the first stable version was in 2018.

Cross-platform development means that your app could be deployed simultaneously to both Android and iOS using a single codebase. The main components of this framework are the Dart platform, the Flutter engine, the Foundation library, widget sets and development tools (Flutter DevTools).

Why use it?

As with any other cross-platform framework, it significantly simplifies the development process. In other words, by writing code for only one application, Flutter allows you to have an application for several different platforms.

Apps built on Flutter are better for industries where how the interface looks is not super important. For example, it would be perfect for internal use by employees. It's very common in the retail industry, when a shop assistant may tell customers which sizes are available or if they have a similar shirt in different color using the company's internal app.

Another field for cross-platform mobile apps is startup or small new company. This method is faster and cheaper. For example, if it is necessary for a business to release the MVP to the market as a pilot version. Or, when the market is formed, but the company wants to overtake competitors with a new feature. You do not need a lot of time for writing code, testing, and you can save resources.

Pros and cons of using Flutter framework

As any other development tool, Flutter has its own advantages and disadvantages. Because of that, it could be perfect for one business and terrible for another. Everything depends on your needs.

iOS vs. Android

Flutter was made by Google. Hence, it works perfectly fine with the Android platform but has some issues on iOS. For example, on iOS, it will be a little noticeable that the application is not native. Animation and scrolling made on Flutter will be displayed differently on the iPhone, more like in Android.

Performance

In spite of minor iOS issues, Flutter is the best cross-platform framework that exists today. This is achieved through AOT (Ahead-of-time) compilation. It means that the whole compilation process is performed before the program is executed. It takes a minimum load on the system and does not require additional memory allocation.

Popularity

Popularity is an undeniable advantage of this framework. Because of that, you can find a lot of plugins which allows to work with phone hardware, such as camera, bluetooth, wifi, etc..

Another good reason is big community around the world with meetups, events, and exclusive resources.

Reliability

Flutter was made by Google in 2015. So it has been supported and developed by Google since then. New updates come out almost every month. Constant improvements of the framework lead to better performance of the app. For example, when the new version releases, which includes improvements regarding app startup delay, you can update your app to get new benefits.

Somewhere in between

A Flutter developer can simultaneously complete tasks of two native developers (iOS, Android). On the other hand, if the application has a lot of native functions, you could combine native development (for example, for libraries) and Flutter (to create a single logic and UI).

Examples

On flutter.dev you can find a lot of examples of companies which already implemented Flutter to their products.

These include:

  • BMW – My BMW application for driving and checking the condition of the car.
  • eBay – eBay Motors service for selling cars.
  • Alibaba – Alibaba Xianyu app for selling used goods.
  • KFC is an analytical BPM system for restaurant managers and employees.

 

All-in-all, Flutter is a really good tool for development. If your product doesn’t require a lot of native features, and 100% native UI, cross-platform app development is a good way to go!