OSS Tanbou

Flutter — a UI SDK for mobile, web, and desktop from one Dart codebase

Discovery score 364.1OSS health 78
About these scores

Discovery score is an unbounded weighted, log-compressed index of stars, watchers, forks, and contributors. Growth momentum is its change over the observed period; OSS health is a 0–100 score from available repository recency, Community Health, and release data.

Stars
178,922
Primary language
Dart
License
BSD-3-Clause
Repository last updated
Sep 12, 2026

Overview

Flutter is Google's UI SDK for delivering applications to Android, iOS, the web, Windows, macOS, Linux, and other targets from one Dart codebase. It combines its widget layer, hardware-accelerated graphics, hot reload, and native-code integration.

Based on official documentation; not hands-on tested · Content checked:

Compile a shared interface for multiple platforms

Material and Cupertino widgets compose interfaces while Dart targets mobile ARM code, JavaScript and WebAssembly for the web, and x64 or ARM desktop environments. Stateful hot reload preserves application state during changes, and FFI plus platform channels connect to operating-system APIs.

Sources: [1]

For consistent experiences with selective native integration

It is a candidate for product teams extending one design and codebase across mobile, web, and desktop while retaining access to platform APIs and existing native code. A large package ecosystem and editor plugins support development.

Sources: [1]

Plan target-specific toolchains and downloads from Google

Build, signing, distribution, and native integration still require target-specific setup. Even when the SDK is installed from GitHub, the Flutter tool downloads resources such as the Dart SDK from Google servers on first use and upgrades, and use is subject to Google's terms of service.

Sources: [1]

Official sources

  1. [1]Flutter README(2026-09-13)
Supplemental curator note

Selected for consolidating its engine into a monorepo while a large Japanese community grew without an official localized site.

Growth trends

Last 30 days

178,922 Stars

Trend data is still being collected.

Built with

  • Dart

Categories and tags

GitHub Topics

  • mobile
  • android
  • ios
  • material-design
  • dart
  • skia
  • web
  • web-framework
  • windows
  • macos
  • fuchsia
  • dart-platform
GitHub dataView detailed GitHub data
Stars
178,922
Forks
31,088
Watchers
3,551
Open issues
12,610
Contributors
380
Primary language
Dart
License
BSD-3-Clause
Repository last updated
Sep 12, 2026
Report incorrect information

Tell us if any listing information is incorrect or outdated.

Flutter for mobile, web, and desktop | OSS Tanbou