Flutter

By Flutter

Unclaimed Profile

Claim your company’s G2 profile

Claiming this profile confirms that you work at Flutter and allows you to manage how it appears on G2.

    Once approved, you can:

  • Update your company and product details

  • Boost your brand's visibility on G2, search and LLMs

  • Access insights on visitors and competitors

  • Respond to customer reviews

  • We’ll verify your work email before granting access.

Claim Now
4.6 out of 5 stars

How would you rate your experience with Flutter?

It's been two months since this profile received a new review
Leave a Review

Flutter Reviews & Product Details

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$

Flutter Integrations

(1)
Integration information sourced from real user reviews.
Product Avatar Image

Have you used Flutter before?

Answer a few questions to help the Flutter community

Flutter Reviews (68)

View 1 Video Reviews
Reviews

Flutter Reviews (68)

View 1 Video Reviews
4.6
68 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise Flutter for its cross-platform support and fast development capabilities, allowing them to build applications for multiple operating systems using a single codebase. The intuitive widget-based architecture and hot reload feature enhance productivity and streamline the development process. However, some users note that performance can lag compared to native applications, particularly in web environments.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
NA
Software Engineer
Small-Business (50 or fewer emp.)
"My Mobile app development experience with Flutter"
What do you like best about Flutter?

It is an open-source completely free framework. I can build both the ios and android apps using a single code base. Now it can be used to build desktop and web apps also using a single code base. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

To work with the flutter framework developers must have a good understanding of Dart programming. And It is difficult to quickly adopt to the framework and it is difficult to learn. There are a lot of things that need to be understood. Review collected by and hosted on G2.com.

PJ
Software Engineer
Small-Business (50 or fewer emp.)
"Really like the hierarchical structure of widgets"
What do you like best about Flutter?

I really like the hierarchical structuring of widgets. Makes the designing process really simple and clean. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

Flutter is awesome and improving at an awesome rate, but I don't think it has reached the capability of beating React in web and native mobile app development. Review collected by and hosted on G2.com.

Sarthak V.
SV
Team Lead Manager - Product Innovations
Small-Business (50 or fewer emp.)
"The best cross platform Mobile Development Solution you need!"
What do you like best about Flutter?

With Flutter, everything is a widget, you have control on every pixel on the screen and it can be customized as per the needs. The fast performance and cross platform stability is just the best. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

It is not that stable for the web platform and for Windows, Mac and Linux apps for now.

Also, incorporating the existing JS libraries is also not very friendly which is the core for web development. Review collected by and hosted on G2.com.

Bipul H.
BH
CP Lead | CodeChef CGC Chapter
Small-Business (50 or fewer emp.)
"A single framework to work on multiple platform"
What do you like best about Flutter?

It was one of the best decisions to learn Flutter rather than Kotlin for Android development, and today I can see its capabilities rising much more with the support of tensorflow. Some applications I made with it work perfectly with android without any issue, and learning dart is also not that hard as its syntax is very much comparable to that of C++. I also love that the developers have provided dartpad(https://dartpad.dev/) where you can create and run code to check output withing browser without downloading massive android studio + android emulator in it to check. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

A few things are there that I found to be an issue with flutter:

- As it compiles to Kotlin and ios, the code it generates is very lengthy, and if we need to update a few things on the generated code, it takes some time to locate them.

- The hierarchy of child, children, then widget and child sometime becomes very confusing to code if proper indentation isn't provided. Review collected by and hosted on G2.com.

Gaurav P.
GP
Software Developer
Small-Business (50 or fewer emp.)
"best solution for quick mobile app development - single codebase for android & ios"
What do you like best about Flutter?

flutter lets you write once and run anywhere with minimal changes required. So you don't have to worry about different platforms - android or ios. write code once (one codebase) and app can be packaged to run on both platforms. Flutter is by Google so there is a great developer and community support. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

Unlike React-native, to use flutter I had to learn a new language - dart. Dart is somewhat like javascript but there are so many things to take care of until you become a proficient flutter developer. and the learning curve is a little higher than react native. Also, flutter is relatively new so it is evolving daily but there are some constraints. But again flutter a good solution to build web-based mobile applications that do not rely heavily on hardware. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Small-Business (50 or fewer emp.)
"Flutter Review for mobile devs"
What do you like best about Flutter?

There are so many things I love about flutter, like hot reload and hot restart features and almost all platform support. Another best thing about flutter is the best and most prominent community support as Flutter is an open-source SDK. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

Didn't find any cons or dislikes till now. Review collected by and hosted on G2.com.

Verified User in Information Technology and Services
UI
Enterprise (> 1000 emp.)
"Flutter for mobile developers"
What do you like best about Flutter?

The best thing about flutter is it supports multiple platforms like android, ios, Web, Mac, Windows and Linux. A single codebase ran into various platforms with different configurations. Apart from that, flutter is open source sdk, so community support is the best. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

UI and Logic is intermixed, so it is bit hard for new person to learn. Review collected by and hosted on G2.com.

CHANDAN G.
CG
Associate System Engineer
Small-Business (50 or fewer emp.)
"Powerful App Development Framework"
What do you like best about Flutter?

I like the most part is a cross-platform from a single code base so we can target multiple numbers of devices and operating systems like android, IOS, web, desktop, mobile, and many more.

we have lots of liberty line materal.dart using this we can easily design ower Flutter APP. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

Flutter is not supported multi-trading. I found that when I am using trying to Dbug the code with its going to slow down sometimes. Apart from that, I have not found any problem with a flutter. Review collected by and hosted on G2.com.

Oğuzhan K.
OK
Embedded Linux Software Engineer
Small-Business (50 or fewer emp.)
"Good UI Toolkit from Google"
What do you like best about Flutter?

It helps to create beautiful native apps running on mobile (ios/android), web, desktop, or embedded devices. Therefore, only with Flutter can you have applications for different platforms. We do not need to write code for each platform. Besides, Flutter has excellent support from the community and Google itself. When you learn the fundamental design structure, you can easily build whatever you want. Besides you can easily emulate in ios, android or web browser to your application Review collected by and hosted on G2.com.

What do you dislike about Flutter?

The Flutter is not an old tool. Therefore, the developers improve the structure day by day. That improvements or changes cause to have deprecated functions, definitions, structures, and so on. This could affect the users for their old projects. If you want to edit your code after one year from the creation of your project with the upgraded version of Flutter, most probably you will encounter with deprecated definitions problem. This is what I dislike with Flutter. Review collected by and hosted on G2.com.

Sam R.
SR
CEO
Small-Business (50 or fewer emp.)
"An amazing cross-development tool with unfortunately frustrating update cycles"
What do you like best about Flutter?

Lighting fast platform to get solid-looking and performing apps up and running.

The community is among the best I've seen in any tech platform, stack, programming language, etc.

A vast array of plugins, many of which are maintained by Google or other large tech companies, make just about every process easier.

Null-safe Dart code, once learned, is a joy to work with. Review collected by and hosted on G2.com.

What do you dislike about Flutter?

Haphazard update cycle with frequent breaking changes or new features that aren't ready for production.

Flutter Web is atrociously poor in terms of performance, ease-of-use, and accessibility across various browsers, however, we are betting on the future of Flutter Web within our organization. Review collected by and hosted on G2.com.

Pricing

Pricing details for this product isn’t currently available. Visit the vendor’s website to learn more.

Flutter Comparisons
Product Avatar Image
Bubble
Compare Now
Product Avatar Image
OutSystems
Compare Now
Product Avatar Image
DevExpress
Compare Now
Flutter Features
Language Contingency
Component Library
Unlocked Components
Framework Integration
Repository Management
Support
Product Avatar Image
Flutter