Flutter icon
Flutter icon

Flutter

 62 likes

Build apps for any screen. Flutter transforms the app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.

Flutter screenshot 1

License model

  • FreeOpen Source

Country of Origin

  • US flagUnited States

Platforms

  • Self-Hosted
  • Dart
  • Flutter
5 / 5 Avg rating (8)
62likes
6comments
0news articles

Features

Suggest and vote on features

Properties

  1.  Support for Themes

Features

  1.  Cross-Platform
  2.  Android Development
  3.  Custom widgets
  4.  Native application compiler
  5.  Desktop Application
  6.  Material design
  7.  Dark Mode
  8.  No registration required

 Tags

Flutter News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

  • braky updated Flutter
    7 days ago
  • alt-search liked Flutter
    about 1 month ago
  • App icon
    POX added Flutter as alternative to enClose
    about 1 month ago
  • App icon
    braky added Flutter as alternative to LynxJS
    3 months ago
  • kisslike liked Flutter
    4 months ago
  • App icon
    benni347 added Flutter as alternative to MauiKit
    5 months ago
  • PredatorQ and thejfex liked Flutter
    5 months ago
  • App icon
    ZorinFoss added Flutter as alternative to Ribir
    6 months ago
  • App icon
    komp12321 added Flutter as alternative to Kivy
    7 months ago
Show all activities

Flutter information

  • Developed by

    US flagGoogle
  • Licensing

    Open Source (BSD-3-Clause) and Free product.
  • Rating

    Average rating of 5
  • Alternatives

    42 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  170,923 Stars
  •  28,708 Forks
  •  12917 Open Issues
  •   Updated Jun 12, 2025 
View on GitHub

Popular alternatives

View all

Top Flutter apps (extensions / mods etc)

View all

Our users have written 6 comments and reviews about Flutter, and it has gotten 62 likes

Flutter was added to AlternativeTo by kamathlaxminarayana on Jun 27, 2017 and this page was last updated Jun 12, 2025. Flutter is sometimes referred to as Flutter/Dart.

Comments and Reviews

   
 Post comment/review
Top Positive Comment
MOzmox aefsefse
Oct 4, 2020
2

Way better than React Native

kaekazeh
Aug 11, 2023
-4

Don't take clown's advise and take React Native, if you choose Flutter in 2023+ you will have no job, lol. "Always bet on JS"

twitter discussion about this issue

SWMANNN
Nov 20, 2023

Imagine learning to become a wagie

kaekazeh
Nov 24, 2023

and yet here you are, with your mid level thinking being all "indie" by yourself with no money, no job, nor care, nor objective value. a freetard way of living

stephane metairie
May 6, 2021
-1

Easy, fast, well documented.

UI Cross Platform 100% Code (imperative, not declarative)

Backed by the good language Dart

Ademir Mazer Junior
May 27, 2020
1

A cross platform framework very productive building quality mobile apps

Mark Anderson
Dec 29, 2019
0

I believe Flutter is gonna take over the React Native territory. Flutter is very easy to use, and the results are just amazing. It's feels just like building a native app.

christophe
Oct 3, 2019
1

quick programming, easy to use, a lot of tutorials and big community. allows to develop on Android and iOS aswell.

What is Flutter?

Flutter is an open-source UI software development kit created by Google. It is used to develop cross platform applications for Android, iOS, Linux, macOS, Windows, Google Fuchsia,[3] and the web from a single codebase.

Flutter apps are written in the Dart language and make use of many of the language's more advanced features.

While writing and debugging an application, Flutter runs in the Dart virtual machine, which features a just-in-time execution engine. This allows for fast compilation times as well as "hot reload", with which modifications to source files can be injected into a running application. Flutter extends this further with support for stateful hot reload, where in most cases changes to source code are reflected immediately in the running app without requiring a restart or any loss of state.

For better performance, release versions of Flutter apps on all platforms use ahead-of-time (AOT) compilation.

Official Links