Google Flutter
Flutter – Open Source, Cross Platform App Development Kit

Flutter is a cross-platform, open-source app development kit specifically for mobiles on which Google has been working on for the last few years with a number of developers within and outside the Company. This platform is based on C/C++ but most of it is based on Dart.

Flutter is an entire widget based UI. Most of its UI is created using pre-defined components called widgets. It doesn’t end here. Flutter also has its own engine to render on Android and iOS platform. These components are based on the latest Material design.

The app is built using Flutter’s inbuilt UI components called widgets. The right widgets along with the right properties to make a beautiful UI.

The widgets can also be nested inside other components and can use the same properties from its parent component. In Flutter, there are only a few files created as the layout and functionality is defined in the same file called Dart.

A  few screenshots of the materialistic UI

Dart is a programming language used to develop mobile, web and server apps. It can also be used for the latest IoT devices as well. This language was initially developed by Google.

The language Dart has been influenced by many languages, mainly Java. A Java programmer will easily notice the similarities between the two languages. Dart supports abstraction, encapsulation, polymorphism and inheritance as it is an object-oriented programming language. Even though Flutter is written in Dart, it develops apps by borrowing the best features of React.

Well, let’s talk about the Pros:

  • You can develop android apps on a relatively low-end system. By low end, I mean a basic 2 GB ram and dual core processor system using the latest Android Studio.
  • It has hot reload which basically means that you can see the change you make in the code instantly, much faster than Android Studio’s instant run feature.
  • It’s a reactive framework, so now you don’t have to update the contents of the interface manually, instead just update the variables in the code.
  • No separate layout files created for UI and functionality, all of this is created in the Dart file alone.
  • It is cross-platform.

And here are some of the Cons:

  • It’s still in its early stages so we can’t expect it to be smooth and intuitive in every field.
  • It doesn’t have a web view, so web pages can’t be displayed within your view, you’ll have to download a plug-in to launch a new activity.
  • Paddings, margins and setting other layout properties is difficult at the start, as it’s not very intuitive when you first look at it.
  • Apk of a Flutter app is much heavier compared to a native app . (Around 6-7 MB per app)

Have you used Flutter? let us know your feedback in the comments below! For anyone who hasn’t tried it, its a great tool to explore android app development.

 

Febster D’Silva

Post Comments

* marked fields are mandatory.