# Flutter Reviews
**Vendor:** Flutter  
**Category:** [Component Libraries Software](https://www.g2.com/categories/component-libraries)  
**Average Rating:** 4.6/5.0  
**Total Reviews:** 69
## About Flutter
Flutter is an open-source framework developed by Google for building natively compiled applications across multiple platforms, including mobile, web, desktop, and embedded devices, all from a single codebase. It empowers developers to create high-performance, visually appealing applications that maintain a consistent user experience across different platforms. Key Features and Functionality: - Single Codebase: Developers can write one set of code and deploy it across various platforms, significantly reducing development time and effort. - High Performance: Flutter compiles directly to native ARM or Intel machine code, ensuring fast execution and smooth performance on all devices. - Hot Reload: This feature allows developers to see the results of code changes in real-time without restarting the application, enhancing productivity and facilitating rapid iteration. - Customizable Widgets: Flutter offers a rich set of fully customizable widgets that adhere to both Material Design and Cupertino (iOS-style) guidelines, enabling the creation of visually consistent and adaptive user interfaces. - Extensive Ecosystem: With a vast array of packages and plugins, Flutter supports integration with various services and APIs, extending its functionality to meet diverse development needs. Primary Value and User Solutions: Flutter addresses the challenge of developing and maintaining separate codebases for different platforms by providing a unified framework. This approach not only accelerates the development process but also ensures consistency in app behavior and appearance across platforms. By leveraging Flutter, businesses can reduce costs, streamline workflows, and deliver high-quality applications to a broader audience efficiently.



## Flutter Pros & Cons
**What users like:**

- Users admire Flutter&#39;s **cross-platform compatibility** , enabling seamless development across mobile, desktop, and web with one codebase. (3 reviews)
- Users find Flutter to have a **user-friendly learning curve** that enhances speed and efficiency in development. (2 reviews)
- Users value the **flexible UI building** capabilities of Flutter, enhancing their productivity across multiple platforms. (2 reviews)
- Users appreciate the **ease of learning** Flutter, enabling rapid development across multiple platforms with a unified codebase. (1 reviews)
- Users value the **easy integrations** of Flutter, enhancing productivity with seamless connections and smooth development workflows. (1 reviews)
- Users value the **feature-rich environment** of Flutter for seamless cross-platform app development across multiple devices. (1 reviews)
- Features (1 reviews)
- Implementation Ease (1 reviews)
- Users praise the **seamless integration** of Flutter with Appwrite, enhancing productivity and simplifying backend development. (1 reviews)

**What users dislike:**

- Users find **limited functionality** in Flutter, particularly missing reflection for serialization and performance inconsistencies compared to native apps. (2 reviews)
- Users often face **dependency issues** with Flutter, as third-party library updates can be slow, causing adoption delays. (1 reviews)
- Users experience **integration issues** with Flutter, noting slow performance compared to native apps and problems with core functionality. (1 reviews)
- Users find that the **library size issues** result in delays and reliance on workarounds for updates. (1 reviews)
- Users experience **performance issues** with Flutter apps, finding them slower than native apps due to core implementation flaws. (1 reviews)

## Flutter Reviews
  ### 1. Smooth Android Studio Integration for Rapid Prototyping in Flutter

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Computer Games | Small-Business (50 or fewer emp.)

**Reviewed Date:** March 30, 2026

**What do you like best about Flutter?**

Flutter’s seamless integration within Android Studio makes the development process feel smooth and efficient. As an indie developer who has published games like Balloop Fun and Archery Sky, I’ve found the UI/UX design capabilities to be excellent. Connecting a physical phone for real-time testing is straightforward and hassle-free, which is a big advantage when you’re working solo. Overall, it supports rapid prototyping of both the interface and the logic while keeping everything in a single codebase.

**What do you dislike about Flutter?**

While the UI framework is excellent, animation performance in gaming scenarios still feels fairly standard; there’s definitely room to improve fluidity and make it feel more high-end. The framework is also quite resource-heavy. During development, high RAM usage often causes system lag or even temporary freezes on mid-range machines. On top of that, the final app bundle size tends to be larger than native applications, which is a common drawback.

**What problems is Flutter solving and how is that benefiting you?**

Flutter solved the cross-platform development challenge for my mobile game projects. It lets me manage both the game logic and the user interface from a single codebase, which keeps everything consistent and easier to maintain. With its integrated debugging tools and strong documentation, I was able to move from coding to publishing on the Play Store very quickly. I also appreciate having testing tools available on a real device, since that helps me catch bugs early, before the production stage.

  ### 2. Flutter is best solution for business logic model, by creating both android and IOS apps for users.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Praful S. | Flutter Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 06, 2025

**What do you like best about Flutter?**

Flutter provide the best multiple cross platform for creating android, ios, web, windos, and linux application. Flutter development environment provide best implementation for ui, architechturing and all latest support for all android and ios packages. Flutter is the most efficient soultion for both cross paltfrom by considaring single code base.
It's really possible to achive all possible functionily by flutter with all core implementiono freedom on both android and ios.

**What do you dislike about Flutter?**

Flutter app performance vary according to the implementation as it always slow according to the native app and there are serval issues with core implementation for core feature while extending the current packages in core android.

**What problems is Flutter solving and how is that benefiting you?**

Flutter provide cross platform solution by creating multiple apps and products like android, IOS, web, macOs, linux application with the single code base. Flutter have big community of developer with latest support of all current packages withe regular optimise for packages and services.

  ### 3. Flutter and Dart: A modern alternative to TypeScript-driven frameworks

**Rating:** 4.0/5.0 stars

**Reviewed by:** Dylan A. | CTO, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 30, 2025

**What do you like best about Flutter?**

What I like best about Flutter is first of all the language, Dart, which I find much more enjoyable and straightforward than TypeScript. It integrates seamlessly with VS Code, making the developer experience smooth and productive. On top of that, the hot reload feature is incredibly powerful for fast iteration, the widget-based architecture makes UI building very flexible, and the cross-platform support allows us to deliver apps for iOS, Android, and even web with a single codebase.

**What do you dislike about Flutter?**

What I dislike about Flutter is that some third-party libraries can take time to be updated or maintained, which sometimes creates delays when adopting the latest versions. In a few cases, this also means having to rely on workarounds or community forks until official support is available.

**What problems is Flutter solving and how is that benefiting you?**

Flutter is solving the challenge of building truly cross-platform applications with a single codebase. Before, we had to maintain separate projects for iOS and Android, which increased both costs and development time. With Flutter, we can focus on one codebase and deliver consistent UI and performance across platforms. Thanks to Dart and the widget system, customization is easy and fast, while hot reload improves productivity. Overall, it helps us iterate quickly, reduce maintenance, and speed up time-to-market.

  ### 4. Flutter: Fast and Easy Multi-Platform Development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Medical Practice | Small-Business (50 or fewer emp.)

**Reviewed Date:** October 16, 2025

**What do you like best about Flutter?**

Easy to learn, fast to develop. With Flutter you have the same codebase for literally all types of platforms, from mobile (Android and iOS), to Desktop (Linux, Windows, MacOS), to Web and also embedded systems. In my opinion is the most advanced multi-platform solution nowadays

**What do you dislike about Flutter?**

Code generation. I really miss reflection for JSON serialization and the like.

**What problems is Flutter solving and how is that benefiting you?**

Flutter enables you to develop applications for multiple platforms using a single codebase, which is a significant benefit for my company since we depend on rapid launches across multiple platforms. Another area where Flutter truly stands out is UI consistency; we appreciate that our app maintains the same appearance on every platform. Last but not least, the support for integration with all kinds of services is extensive — I haven’t found anything that can’t be done with Flutter yet.

  ### 5. VV Powerful Duo the Flutter and Appwrite Combination

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ritvik P. | Business Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 11, 2024

**What do you like best about Flutter?**

Flutter is the best framework when it comes to cross platform development for apps. It doubles down on productivity as with its hot reload we can rapidly check if something works or not, very easy to learn and it becomes intuitive to implement too!
When it comes to appwrite it integrates with flutter seamlessly and its much better to use appwrite than have to build an entire backend from scratch.

**What do you dislike about Flutter?**

Though flutter is a very good cross platform it still has a long way to go to come near native platform development be it kotlin or swift they're performance wise obliterating flutter at the moment but its a long time before flutter comes through. 
Since its also fairly new all the things available on native all sorts of internal libraries and things. The developer community is still new but its growing rapidly

**What problems is Flutter solving and how is that benefiting you?**

especially in the case if start ups or when you're trying to build a proof of concept, its fairly intuitive and vvvv fast to build out your solution and test it out on a cross-platform device be it either android or ios its all good it works for both. Now coming to the case if development time it almost halves it don't go by say on the quantifiable measure but fairly takes down your dev time and also in addition to that in the future when you make a change you only got to make it once, rather in other cases you got to do it twice for two different platforms. And appwrite in all of this further more enhances flutter's point of decreasing build times, don't got to build a whole backend from scratch.

  ### 6. Flutter is awesome!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Jacopo Antonio C. | Digital Entrepreneur, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 20, 2023

**What do you like best about Flutter?**

The Dart language and the fact that essentially everything is a widget, beside the fact that it can be used on Android, iOS, Web, Linux and Windows, event all at once! Ah, almost forgot, also embedded devices.

**What do you dislike about Flutter?**

The only thing that could be improved is the support for Web, that on mobile is a little bit too laggy.

**What problems is Flutter solving and how is that benefiting you?**

Flutter is increasing the TTM (time to market) of my solutions, offering a full-native app with one unique codebase.

  ### 7. Flutter development is quite enjoyable and it also feels good to work on it.

**Rating:** 2.0/5.0 stars

**Reviewed by:** Ritik S. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 10, 2024

**What do you like best about Flutter?**

This can be used on both Android and iOS in a single code.

**What do you dislike about Flutter?**

It is necessary to regularly update the package.

**What problems is Flutter solving and how is that benefiting you?**

Take help from Google

  ### 8. Very fast development with flutter

**Rating:** 5.0/5.0 stars

**Reviewed by:** Saurabh P. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 28, 2023

**What do you like best about Flutter?**

Since its a cross platform framework for app development. I Like its speed of performance for both Android apps and Ios apps. One of the best thing about flutter is that its growing community and the dart language with null safety. absolutely loved developing with flutter

**What do you dislike about Flutter?**

On dislike point , i dont dislike anything about flutter and its concept. But little bit disappointed for its external packages which community creates. that needs to be proper Quality checked from flutter team before its been published.

**What problems is Flutter solving and how is that benefiting you?**

Since our older version of application was on native android and ios application, so for its maintainance was too costly. As we started with flutter there is no need to use the two codebases for each platform that reduced our work to nearly 40%.

  ### 9. All in one framework

**Rating:** 4.5/5.0 stars

**Reviewed by:** Manav S. | Mentor, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 08, 2023

**What do you like best about Flutter?**

I started learning Flutter for just Android development but now it supports all major operating systems. Producing the native code for each platform provides smooth and fast applications.

**What do you dislike about Flutter?**

Although Flutter is cross platform framework, I still find Flutter web is comparatively slower with respect to other web based frameworks

**What problems is Flutter solving and how is that benefiting you?**

I use Flutter for developing the UIs fast and beautiful. Another reason is large set of libraries available in pub.dev which provides easy installation.

  ### 10. Flutter was not impressive for me

**Rating:** 2.5/5.0 stars

**Reviewed by:** Parth A. | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 21, 2023

**What do you like best about Flutter?**

Flutter is more popular among the people compared to it competitors. So it has done a great work in marketing and also provided a good platform to make Android and iOS applications. 
I had made only one app through it which had really nice user interface which was easier to code.
Another thing I liked about it is that I was able to get it a much lesser price due to my small business.

**What do you dislike about Flutter?**

The first thing which disappointed me was the app which made using flutter was taking so much of space even though it was containing less codes. Also , I switched from this platform due to less features available.

**What problems is Flutter solving and how is that benefiting you?**

I was happy to get my work done of making an app at low cost .
The file management of the app was benefiting me a lot . It pros of quick change in code is good for the update in the project.

  ### 11. Leverage a single code base to build Android and iOS apps

**Rating:** 4.5/5.0 stars

**Reviewed by:** Philip H. | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 07, 2023

**What do you like best about Flutter?**

Flutter allows you to use the same code therefore you do not need to create different code for your ios and Android app.

Changes in code are quickly reflected by using the hot reload feature which speeds it up.

Flutter supports cross-platform development since it is compatible with both Windows and Mac.

Flutter makes it easy to create aesthetically appealing, interactive and intuitive mobile applications with the same code base.

**What do you dislike about Flutter?**

Flutter requires a basic understanding of Darts programming since it is the basis upon which it is built.

Flutter requires high specification devices in order to effeciently code without freezing or lagging.

**What problems is Flutter solving and how is that benefiting you?**

Flutter makes the process of creating aesthetically appealing mobile apps easy since it allows me to use the same code base for both Android and iOS. This helps me to save time, become more productive and complete projects faster.

  ### 12. Best Experience with Flutter

**Rating:** 5.0/5.0 stars

**Reviewed by:** Lina M. | Community Organizer, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 30, 2023

**What do you like best about Flutter?**

Fluttter is a cross platform framework whereby the diiferent aplications built from Flutter can run in different platforms. For example both in IOS and android. Flutter also has a hot reload feature which makes it easier for users to build their applications  since changes made in the code are reflected in the code quickly

**What do you dislike about Flutter?**

Flutter is built from Dart programming language. This makes it necessary for someone to first know the basics of Dart as an object oriented programming language before using Flutter. Flutter is also immature since it has not been there for a while. Applications build on Flutter are also of large sizes thus require large storage space for installing.

**What problems is Flutter solving and how is that benefiting you?**

Flutter is solving a problem of having to code for different platforms where the applications will run since Flutter offers a single codebase for applictaions running on different platforms be it android or IOS. Flutter also solves the problem of taking time in building applications since it is fast and very efficient

  ### 13. Flutter Framework

**Rating:** 5.0/5.0 stars

**Reviewed by:** Edwin Z. | Small-Business (50 or fewer emp.)

**Reviewed Date:** September 05, 2023

**What do you like best about Flutter?**

The opportunity to work with one framework and deploy to multiple os. Also Dart is a great language

**What do you dislike about Flutter?**

Documentation is split between old and new changes

**What problems is Flutter solving and how is that benefiting you?**

Creating fast apps for both iOS and Android

  ### 14. Best cross platform for mobile application

**Rating:** 5.0/5.0 stars

**Reviewed by:** Goutam s. | Web Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 05, 2022

**What do you like best about Flutter?**

As I am a flutter developer, I like most of the things in Flutter, but the best part is the recent update of flutter, which is windows and mac application development. flutter 3.0 is the biggest update of flutter ever, as it is cross-platform, so a developer can develop the same app for multiple operating systems at a time; this is the best part of flutter of all time. So overall, I can say being cross-platform is the best part of flutter for me. also, It's hot reload feature makes development faster and easier, allowing developers to quickly iterate on their apps. I also love the wide range of widgets Flutter provides, which makes it easy to create stunning UIs without having to write a lot of custom code. I really love the fact that Flutter makes it easy to create beautiful, interactive, and intuitive mobile apps with a single codebase. this is all I likes in flutter.

**What do you dislike about Flutter?**

As a regular user of Flutter as a developer, I can see some weaknesses of flutter, like the compatibility of a flutter application, is less than 95% whereas a native can be 100% compatible. this is the most dislikeable thing for me in Flutter, also the plugin library is not that much huge, and the language used in developing in Flutter is known as Dart which is not that much developed, so google should develop more and make the dar more useful.

**Recommendations to others considering Flutter:**

As a developer, I must say that this is the best cross-platform SDK I have ever used. so this is definitely recommended for all developers, I must say that every developer should use flutter to develop all operating systems using Flutter.

**What problems is Flutter solving and how is that benefiting you?**

Before some time, I was a native android developer, for that reason I couldn't develop ios and the operating system applications, this time I learned Flutter and now I can develop all operating system apps. this is the biggest problem I solved with flutter, as it is a cross-platform app developing software development kit.

  ### 15. Flutter Review

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Health, Wellness and Fitness | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 09, 2023

**What do you like best about Flutter?**

It is easy to setup and use, I use it mostly for my projects.

**What do you dislike about Flutter?**

Runs slow sometimes when building an app

**What problems is Flutter solving and how is that benefiting you?**

It helps reduce the app development time making it fast to develop app for cross platforms

  ### 16. Positive experience with clear documentation and easy setup

**Rating:** 5.0/5.0 stars

**Reviewed by:** Iheb B. | Small-Business (50 or fewer emp.)

**Reviewed Date:** March 15, 2023

**What do you like best about Flutter?**

I love flutter's ability to create beautiful and performant cross-platform mobile applications with a single codebase. And many other things like a Large community, good UI and easy integration.

**What do you dislike about Flutter?**

The things that I don't like may be some performance when it comes to low devices u will find some Drop FPS or something like that

**What problems is Flutter solving and how is that benefiting you?**

Well time-saving and design consistency I think I can implement design easily with cool animations

  ### 17. Best multi-platform framework for App development.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 31, 2023

**What do you like best about Flutter?**

Its capabilty to build apps for different platforms from a single source code.

**What do you dislike about Flutter?**

The regression of some known bugs and the time it takes to be fixed.

**What problems is Flutter solving and how is that benefiting you?**

It helps our company to deliver reliable applications for multiple platforms in a short time.

  ### 18. Flutter Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Alfaiz K. | Senior software Engineer , Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 06, 2023

**What do you like best about Flutter?**

The best thing about Flutter is this framework is widely adopting right now and it's almost support all the plateform like android, iOS, mac, Linux, windows and web.
Flutter is the opensource SDK and having the largest community of the support.

**What do you dislike about Flutter?**

The developer need to learn the dart language in order to work on flutter.
Apart from this all good.

**What problems is Flutter solving and how is that benefiting you?**

We are developing the cross platform applications for iOS and Android.

  ### 19. Amazing development kit for cross platform Application development.

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ashwin A. | Python Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 22, 2022

**What do you like best about Flutter?**

I like the support provided by google for flutter. I like that we can make cross-platform applications with this tool kit. I don't have to shift to a dedicated language like swift for IOS or java for android. Now it is not limited to it, in the second version they have also provided support for web view as well which means we can cover all platforms with it. It works with dart language which is not much difficult to use and we can easily switch from other languages to it to learn flutter. I am also in love with the online Ide they provide for quick code and testing which is known as dartpad.

**What do you dislike about Flutter?**

There are not many cons of it but as it is an emerging technology so there are several changes that its developer pushes in a short period so you need to be updated all the time. Moreover, there is not much community support available for it as of now but I am sure it will be more popular in the coming days because of its use cases.

**Recommendations to others considering Flutter:**

I would recommend this if you want to make a cross-platform application. It works smoothly and development becomes handy with this toolkit.

**What problems is Flutter solving and how is that benefiting you?**

It saves us a lot of time and resources to build an application that works for both IOS and android devices. Now we don't have to dedicate time to develop the same project two times for different devices but we can just make one project and it works on all of them smoothly. It is lightweight which makes our application lesser in size. It also helps us in making modern User Interfaces for our application as it provides amazing widgets to make applications. We can use the same codebase on the web as well but currently, it doesn't work that smooth but still, it helps a lot.

  ### 20. Flutter SDK Review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Faiz P. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 25, 2022

**What do you like best about Flutter?**

The Best feature of flutter is with a single SDK you can develop the application for multiple platforms, like android, iOS, Mac, web, etc. Flutter has a large open-source plugin repository with large community support. so choosing flutter for the application over native SDK save costs and time as well.

**What do you dislike about Flutter?**

Flutter doesn't support the Some feature directly so you need to code at the native side for that specific feature and make a channel to flutter, so it may be quite hard who don't know the native languages like java or swift.

**What problems is Flutter solving and how is that benefiting you?**

Developing the Applications for Android and iOS.

  ### 21. User-friendly language and very simple learning curve, leading to fast and consistent development

**Rating:** 4.5/5.0 stars

**Reviewed by:** Usian C. | Development and systems analyst, Enterprise (> 1000 emp.)

**Reviewed Date:** November 03, 2022

**What do you like best about Flutter?**

Great documentation and comprehensive community, willing to facilitate the development of new solutions using the language

**What do you dislike about Flutter?**

Difficulty in integrating push notifications on the platform

**What problems is Flutter solving and how is that benefiting you?**

Development of mobile solutions in a short period of time

  ### 22. My Mobile app development experience with Flutter

**Rating:** 5.0/5.0 stars

**Reviewed by:** Nalin A. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 28, 2022

**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.

**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.

**Recommendations to others considering Flutter:**

I have been working with the flutter framework for 3 years now. It is the best and most trending cross-platform framework so far. It has a large community and googles team continuously develop the flutter framework and add new features. I invited every mobile app developer to use this framework. It is completely free and open-source you can try it.

**What problems is Flutter solving and how is that benefiting you?**

I am working as a part-time mobile app developer. I want to build a mobile app easier way. So Flutter framework provides many features which can be used to make beautiful good looking UI quickly.

  ### 23. Really like the hierarchical structure of widgets

**Rating:** 4.5/5.0 stars

**Reviewed by:** Pratik J. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 10, 2022

**What do you like best about Flutter?**

I really like the hierarchical structuring of widgets. Makes the designing process really simple and clean.

**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.

**What problems is Flutter solving and how is that benefiting you?**

I have used flutter to create a social networking ios/android app.

  ### 24. The best cross platform Mobile Development Solution you need!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sarthak V. | Team Lead Manager - Product Innovations, Small-Business (50 or fewer emp.)

**Reviewed Date:** July 15, 2022

**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.

**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.

**What problems is Flutter solving and how is that benefiting you?**

Flutter is my go to solution for all the mobile apps that I make. It is easier for me to build both Android and IOS apps through same code and hence speeds up the complete process.

  ### 25. A single framework to work on multiple platform

**Rating:** 4.5/5.0 stars

**Reviewed by:** Bipul H. | CP Lead | CodeChef CGC Chapter, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 27, 2022

**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.

**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.

**What problems is Flutter solving and how is that benefiting you?**

The most crucial problem it sorts out is not worrying about learning two different languages to build for Android and ios. It also helps in maintaining a single project folder for two platforms, unlike creating two separate projects for each of them. Lastly, it also ensures that both Android users and ios users are offered identical features, which helps ensure that users don't face any issues while switching from one platform to another.

  ### 26. best solution for quick mobile app development - single codebase for android & ios

**Rating:** 4.0/5.0 stars

**Reviewed by:** Gaurav P. | Software Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 31, 2022

**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.

**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.

**Recommendations to others considering Flutter:**

If you are building a modern app like google pay or Instagram, which are light on hardware integrations and make full use of web services, developing with flutter is most feasible option.

**What problems is Flutter solving and how is that benefiting you?**

Developing Mobile applications for both the platform - android and ios. Using flutter has really helped in delivering faster solutions when compared to native app development.

  ### 27. Flutter Review for mobile devs

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 27, 2022

**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.

**What do you dislike about Flutter?**

Didn't find any cons or dislikes till now.

**What problems is Flutter solving and how is that benefiting you?**

Developing cross-platform applications for android and ios.

  ### 28. Flutter for mobile developers

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Enterprise (> 1000 emp.)

**Reviewed Date:** November 06, 2022

**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.

**What do you dislike about Flutter?**

UI and Logic is intermixed, so it is bit hard for new person to learn.

**What problems is Flutter solving and how is that benefiting you?**

Developing the android and iOS applications.

  ### 29. Powerful App Development Framework

**Rating:** 5.0/5.0 stars

**Reviewed by:** CHANDAN G. | Associate System Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 09, 2022

**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.

**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.

**What problems is Flutter solving and how is that benefiting you?**

I have created a flutter package like a dynamic slider, rating visite, and dynamic form.I have created Multiple APPs like Ecomerce Healthcare, real estate, and FintakeApplication in this application Flutter is very helpful for me and my work become a very essay.

  ### 30. Good UI Toolkit from Google

**Rating:** 5.0/5.0 stars

**Reviewed by:** Oğuzhan K. | Embedded Linux Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 05, 2021

**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

**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.

**Recommendations to others considering Flutter:**

You can start to learn Flutter and Dart by using some courses from Udemy, Youtube, etc.

**What problems is Flutter solving and how is that benefiting you?**

It solves the problem of writing code for an application for different platforms. There are lots of libraries and gadgets that help to design an excellent interface in a short time.  Also, it has support for various databases such as Firebase. The collaboration with Firebase makes the Flutter a good tool for creating apps with databases.

  ### 31. An amazing cross-development tool with unfortunately frustrating update cycles

**Rating:** 4.0/5.0 stars

**Reviewed by:** Sam R. | CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 17, 2021

**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.

**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.

**Recommendations to others considering Flutter:**

I would recommend Flutter to anyone building a cross-platform mobile app that hasn't launched yet.

You never know if your brilliant app idea is going to stick and gain traction in the app store - ask yourself - do you really think the minute boost in performance you'd get from building natively worth the slowed speed of developments and updates, as well as the increased cost of hiring or finding both native iOS and Android developers?

With Flutter the speed of development is essentially halved, as you can build the iOS and Android versions with a single codebase, and it allows you to get your idea out the door faster.

If your app takes off and performance becomes an issue, then great, go build that super-optimized native app you had the intention to build at the start.

**What problems is Flutter solving and how is that benefiting you?**

We are building our iOS and Android app in Flutter. We use very few platform-specific plugins or tools anymore. We also use Flutter for our internal admin web app.

  ### 32. The development process is too smooth coming from native mobile application development.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** August 13, 2022

**What do you like best about Flutter?**

The hot reload feature of flutter is most helpful like just by saving the code the change can be seen in your device either a real one or an emulator.

**What do you dislike about Flutter?**

The many dependencies are still getting significantly updated repeatedly. Many new helpful systems do not come with support in flutter specifically.

**What problems is Flutter solving and how is that benefiting you?**

The flutter is solving the problem of different platforms from mobile web and desktop. so the same code works for all other platform development.

  ### 33. Easy and only platform i have used for collaborating all the platform into one appplication

**Rating:** 5.0/5.0 stars

**Reviewed by:** roopesh a. | Quality analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** August 02, 2022

**What do you like best about Flutter?**

Easy interphase similar to VS code and easy integration

**What do you dislike about Flutter?**

lack new Andriod features support for dev and package

**What problems is Flutter solving and how is that benefiting you?**

Development and deployment of web apps

  ### 34. One stop solution for your product to launch on all platforms

**Rating:** 5.0/5.0 stars

**Reviewed by:** Mohit p. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 21, 2022

**What do you like best about Flutter?**

The is probably the only tool to have cross-platform support with a single code base. Flutter basically uses dart code, and the same code can be used to develop mobile apps for android, iOS and also can be used for the development of websites.

**What do you dislike about Flutter?**

The only thing which I dislike about flutter is the build size. It's huge comparing the native builds generated using android studio.

**What problems is Flutter solving and how is that benefiting you?**

Creating products for all the platforms using a single code base is the best benefit we have of using flutter.

  ### 35. Flutter - An open cross platform by Google for All App development platforms

**Rating:** 4.0/5.0 stars

**Reviewed by:** Manthan P. | Senior Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 19, 2021

**What do you like best about Flutter?**

The main advantage is a single UI for all platforms. It is easy to learn for developers having knowledge in object-oriented languages. So the developer can update their profile with multiple platform app developers. Perfect for MVP design.

**What do you dislike about Flutter?**

Currently, there are a limited set of tools and libraries. For iOS developers, some features are missing.

**What problems is Flutter solving and how is that benefiting you?**

We are saving money and time by making a single application for iOS, Android.

  ### 36. With latest flutter 2.0 this is a game changes in UI development by Google

**Rating:** 5.0/5.0 stars

**Reviewed by:** Khan Nida Khanum A. | Software Engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** June 23, 2021

**What do you like best about Flutter?**

Initially, flutter was only for cross platform development of mobile apps with great performance. It is built over dart hence people were skeptical about using is since that is a new language and most organizations prefer frameworks over widely used languages like JS. But with the release of flutter 2.0 in May it has added one code support for not just cross platform mobile app development but also website development and cross platform desktop application development. That means it is one code for all platforms. Currenly we have to write 3 different code for desktop, web and mobile apps. Flutter has entirely changed that at its a huge advantage for developers.

**What do you dislike about Flutter?**

Web application support still needs things to be fixed like SEO friendly web application, reducing bundle size for improved performance. Also, for large web applications, static site generation and server side rendering support or documentation around that is required.

**Recommendations to others considering Flutter:**

With Flutter 2.0, its time to switch and build new applications in Flutter as it is backed by the tech giant Google and they are in continuous mode of active development to improve this Flutter framework.

**What problems is Flutter solving and how is that benefiting you?**

We have started exploring and using flutter for any new internal tools development that requires both web application and mobile application support as it helps in faster development and easy to maintain. Dart provides a lot of packages in pub.dev that integrates seamlessly with  flutter for both mobile and web app development

  ### 37. The best development kit for mobile app development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Livia J. | Intern, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 15, 2021

**What do you like best about Flutter?**

I have been using Flutter for every mobile application project I worked on. Since the day I came to know about Flutter, I have always been experimenting and exploring it. Unlike React Native or any other native languages, Flutter is really fast and powerful. As a Google product, what less do you even expect. Recently Flutter launched is another feature of using the same code of mobile application or web too. Now you don't even have to worry about your device being mobile or web or tablet, etc. I am really a big fan of flutter, you can say. Unlike other frameworks, where you have to write different codes for web and mobile apps (for example, ReactJs and React Native), Flutter itself is enough for all teh devices.

**What do you dislike about Flutter?**

I don't dislike anything about Flutter as of now. I have always preferred Flutter as my first choice, and I don't regret my choice. I hope, Flutter becomes more famous and demanding in the near future.

**Recommendations to others considering Flutter:**

I recommend everyone to sue flutter. At least try it once and check it yourself, how helpful and time-saving it is. I guarantee you will be awestruck when you use it. Flutter has clear and detailed documentation for better understanding, and you will also find many forums of support too.

**What problems is Flutter solving and how is that benefiting you?**

After its new feature of using the same mobile code for web applications too, I really am amazed and excited. Flutter has been so helpful; you can just use the same android code you wrote in flutter for iOS, too, with just minor configurations. I am amazed how far flutter has come, leaving behind other frameworks and development kits. I have been developing Flutter applications for years now, and Flutter has always lived up to my expectations.

  ### 38. Very quick and easy to learn and use

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Electrical/Electronic Manufacturing | Small-Business (50 or fewer emp.)

**Reviewed Date:** June 14, 2022

**What do you like best about Flutter?**

The rapid development speed and easy prototyping.

**What do you dislike about Flutter?**

Difficult to understand how to implement navigation the correct way.

**What problems is Flutter solving and how is that benefiting you?**

Lightweight and rapid development. Also the benefit of deploying cross-platform

  ### 39. Flutter - Fast and reliable

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Program Development | Mid-Market (51-1000 emp.)

**Reviewed Date:** April 13, 2022

**What do you like best about Flutter?**

Flutter is really good for designing and you only need one codebase for all platforms.

**What do you dislike about Flutter?**

Not enough offline institutes in near my places to learn it.

**What problems is Flutter solving and how is that benefiting you?**

Flutter is really fast and also one of the major problem I faced was I did not wanted to learn both native Android development and Swift that's why I learned flutter

  ### 40. Best App development language

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ayush U. | Software Engineer, Small-Business (50 or fewer emp.)

**Reviewed Date:** June 10, 2021

**What do you like best about Flutter?**

First of all, it's so easy to design apps with so many animations and beautiful widgets. You don't need to know the work behind the animation or any widget. Secondly, the debugging tools, you get with flutter and the flutter doctor feature get you completely ready with the setup and designing.  Now, coming on to the routes and navigation. Flutter has a lot of ways you can build routes and navigate among the screens and hence, it's all on you which one you want to use in your app.

Along with all of this Flutter has a huge community where every now and then new discussions happen. Recently, Flutter 2.0 was released which brought web and desktop development from a single platform. Now, you don't need a web developer and a desktop application developer exclusively. You just need a flutter developer who has good experience in the language and you are good to go.

**What do you dislike about Flutter?**

Absolutely nothing. What Flutter has achieved in such a short time is all you need to know why it's the best.

**Recommendations to others considering Flutter:**

Just go out there and experience the immense power this technology provides.

**What problems is Flutter solving and how is that benefiting you?**

I develop applications for both android and iOS using Flutter. Moreover, you can develop apps very quickly without any issues. Thus it makes the platform by far the best and hence will flourish in the future as well. No technology to date has provided such a great cross-platform development experience as Flutter.

  ### 41. Easy, Free and Big!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Joseph O. | Co-Founder/CEO, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 17, 2021

**What do you like best about Flutter?**

It's not just the fact that I can get two apps from one code but the widgets! Learning was easy, building was even more fun

**What do you dislike about Flutter?**

The fact that I still need xcode before I can compile for AppStore, but I don't mind

**What problems is Flutter solving and how is that benefiting you?**

Flutter saves time and reduces cost of developing apps

  ### 42. Amazing cross-platform environment

**Rating:** 3.5/5.0 stars

**Reviewed by:** Akshay P. | Full Stack Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 05, 2021

**What do you like best about Flutter?**

Flutter provides cross-platform developement.
Easy to use.
Large & growing community.

**What do you dislike about Flutter?**

Flutter with emulator hangs the low configuration laptops

**What problems is Flutter solving and how is that benefiting you?**

Developed multip platform application with single code-base

  ### 43. Flutter is Awesome!

**Rating:** 5.0/5.0 stars

**Reviewed by:** Sanjay K. | CEO | Optimizing business operations of enterprises with modern technologies, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 16, 2021

**What do you like best about Flutter?**

Flutter is a cross-platform development tool, and we are using it for Web, Android, and iOS app development. It allows us to deliver apps to clients quickly and saves our clients money in development and maintenance.

**What do you dislike about Flutter?**

Frequent updates which are frustrating at times

**What problems is Flutter solving and how is that benefiting you?**

Developing Android, iOS, and Web Apps using the same code. It's allowing us to save time, deliver quickly, and saving clients money.

  ### 44. Best hybrid app development platform

**Rating:** 5.0/5.0 stars

**Reviewed by:** Dhyey T. | Analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 04, 2021

**What do you like best about Flutter?**

It gives ability to build android iOS and a website from just a single codebase, and Dart is amazing language compared to JavaScript and Android

**What do you dislike about Flutter?**

Still not stable enough and more work needed

**What problems is Flutter solving and how is that benefiting you?**

Building Android application for users and using it as learning experience for future

  ### 45. flutter the new era framework for mobile apps

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Consumer Services | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 27, 2021

**What do you like best about Flutter?**

the widgets and the support for both android and ios

**What do you dislike about Flutter?**

ios cannot be tested in non-ios platforms or devices

**What problems is Flutter solving and how is that benefiting you?**

creating apps to connect the service providers with customers

  ### 46. Flutter is great for speedy development with its cross-platform capabilities

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Medical Devices | Small-Business (50 or fewer emp.)

**Reviewed Date:** November 09, 2021

**What do you like best about Flutter?**

Only one codebase is needed, which cuts the dev time and maintenance in half.

**What do you dislike about Flutter?**

I don't like that it isn't widely adopted yet, but only time will tell if that happens.

**What problems is Flutter solving and how is that benefiting you?**

We are building an MVP product with little resources, so Flutter is helping by lessening the required work.

  ### 47. Latest option to create cross platform Android/iOS applications

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Information Technology and Services | Mid-Market (51-1000 emp.)

**Reviewed Date:** October 07, 2021

**What do you like best about Flutter?**

Creating UI of Android and iOS applications with single code. It provides to create complete UI with cross platform support.

**What do you dislike about Flutter?**

Initial set up are bit complex. No specific IDE is available for it.

**What problems is Flutter solving and how is that benefiting you?**

Create and manage Android amd iOS cross platform applications.

  ### 48. the fact that it has a tool to see the changes to our code live is of great help to us

**Rating:** 3.5/5.0 stars

**Reviewed by:** Jim P. | Mid-Market (51-1000 emp.)

**Reviewed Date:** November 29, 2020

**What do you like best about Flutter?**

It is a framework that perfectly integrates functionality, performance and practicality in one place, the fact that it allows us to create multiplatform applications (oriented more than anything to mobile development) is something quite useful, the fact that it has a tool To see the changes in our code live, it is of great help to test both the visual and functional part of our project without having to compile it, the fact that it is only necessary to program in a single programming language and that automatically being able to use the program on two completely different mobile operating systems without any problem is a great plus.

**What do you dislike about Flutter?**

The fact that it is focused only on mobile application development is a shame, since I consider that it is a fairly complete framework, which simplifies a large amount of work, the fact that it is a very new framework indicates that there are still few users using it Therefore, there is not a very broad support community compared to all the options.

**What problems is Flutter solving and how is that benefiting you?**

Basically, it was a great help to me when I wanted to start practicing mobile application development since I had zero knowledge in this area, and I must say that it was a great help to learn all the basic concepts and successfully create my first Android application without so many obstacles, in short, the experience for me was really enriching and I recommend this application if you are in the world of mobile development or if you want to start like me.

  ### 49. Very good framework, with one code you make apps for Android and ios simultaneously.

**Rating:** 5.0/5.0 stars

**Reviewed by:** Nikola P. | Small-Business (50 or fewer emp.)

**Reviewed Date:** January 11, 2021

**What do you like best about Flutter?**

Simplicity is the best about the Flutter. You work most of the time just with widgets. Hot restart is time saving for me.

**What do you dislike about Flutter?**

Flutter does not support  both Android TV and Apple TV, and bigger size of apps.

**What problems is Flutter solving and how is that benefiting you?**

Its easy to make an app for both mobile platforms in just one code. Making apps for freelance purpose.

  ### 50. Flutter - the emerging tool in the cross-platform world

**Rating:** 4.5/5.0 stars

**Reviewed by:** Onimesh C. | Onimesh Chakraborty, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 14, 2020

**What do you like best about Flutter?**

Flutter is a Google product that allows to create cross-platform (android, iOS)  apps and also web-apps (in beta) from a single code base. It has rich features and libraries related to UI components.
The execution speed of Flutter apps is much more faster than its competitors like react-native and cordova.
The UI is device screen and OS friendly, i.e. it doesn't change upon OS versions as in native apps or other cross platform apps.
Time to market or goLive time is drastically reduced as you can create a single app that runs on both iOS and Android.
The app structure can be designed as per the requirement and no such specific framework is been designed yet.
The UI coding is very easy and designs can be made very fast. The hot-reload feature is the best as it reflects the code changes into the simulator or device connected within milliseconds.

**What do you dislike about Flutter?**

Dart is the language that binds/runs flutter. Its very different from the other conventional languages, so it has long learning curve but once hands-on its a bit easy to code.
The state management is bit confusing to understand, it may mess-up the code.
There is no such drag and drop tool to build the UI in flutter. You have to code the UI and visualise the output accordingly, thanks to faster hot-reload you can see the changes reflected soon on the device.
Flutter doesn't crash the app on UI issue, it seems to be a good point but when there is an error the error is directly displayed on the screen rather than crashing the app. It can be a very bad user experience.
As Flutter depends on the packages eco-system, the more packages you add, more the size of the app increases.

**Recommendations to others considering Flutter:**

Its a great tool to build cross-platform apps, its highly scalable and meets all your requirements.
A little learning is required in the starting but is very much fine, it saves a lot of time in developing and testing apps on other platforms.
The transition from other technology to Flutter is easy and very reliable.

**What problems is Flutter solving and how is that benefiting you?**

We had to code on different platforms for a app or depend on tool like react-native or cordova. The performance of these apps were not as fast as the once build with flutter.
Our development time has been drastically reduced, which in-turn results in less goLive time.
Flutter is the best alternative to other cross platform apps, it has the ability to scale as per your project requirements.


## Flutter Discussions
  - [What makes Flutter unique?](https://www.g2.com/discussions/what-makes-flutter-unique)
  - [What is Flutter and advantages?](https://www.g2.com/discussions/what-is-flutter-and-advantages)
  - [What can Flutter be used for?](https://www.g2.com/discussions/what-can-flutter-be-used-for)
  - [What is the best feature of Flutter development?](https://www.g2.com/discussions/what-is-the-best-feature-of-flutter-development)

- [View Flutter pricing details and edition comparison](https://www.g2.com/products/flutter/reviews?section=pricing&secure%5Bexpires_at%5D=2026-05-13+14%3A35%3A47+-0500&secure%5Bsession_id%5D=0da50f90-c2d9-45aa-b617-84c80d3aa56e&secure%5Btoken%5D=a3df3bc8e8839e69a62886069558144d5f2329af099f3400ee01708ce9c79cdd&format=llm_user)
## Flutter Integrations
  - [Google AdMob](https://www.g2.com/products/google-admob/reviews)
  - [Oracle Java Downloads](https://www.g2.com/products/oracle-java-downloads/reviews)

## Flutter Features
**Functionality**
- Language Contingency
- Component Library
- Unlocked Components

**Management**
- Framework Integration
- Repository Management
- Support

## Top Flutter Alternatives
  - [Progress Telerik](https://www.g2.com/products/progress-telerik/reviews) - 4.5/5.0 (207 reviews)
  - [DevExpress](https://www.g2.com/products/devexpress/reviews) - 4.8/5.0 (112 reviews)
  - [Selenium WebDriver](https://www.g2.com/products/selenium-webdriver/reviews) - 4.5/5.0 (95 reviews)

