Fix a typo or unclear explanation in the Flutter documentation via GitHub's editor.
Build and preview the documentation site locally before submitting bigger changes.
Report a documentation bug or suggest a new guide topic.
Find where API reference issues should actually be reported instead.
| flutter/website | roughike/inkino | lukepighetti/fluro | |
|---|---|---|---|
| Stars | 3,071 | 3,679 | 3,714 |
| Language | Dart | Dart | Dart |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Small text fixes can be done via GitHub's editor with no local build needed.
This repository contains the source code for the official Flutter documentation website, which lives at docs.flutter.dev. Flutter is a toolkit for building apps that run on phones, tablets, web browsers, and desktops. The website is the main place where developers go to learn how to use Flutter, read guides, and look up how specific features work. The site is built using a tool called Jaspr and hosted on Firebase, which is a Google hosting platform. The repository holds all the written content, code examples, and page structure that make up the documentation. It is not the Flutter framework itself, just the docs about it. If you find a typo or want to improve an explanation, you can fork the repo, make changes, and submit a pull request. For small fixes like text tweaks, you can often edit directly through the GitHub interface without setting up a local build. For bigger changes that affect page structure, navigation, or code samples, the README walks through how to build and preview the site locally before submitting. Bug reports and suggestions for the documentation go into the issue tracker for this repo. However, if your issue is about the API reference pages on api.flutter.dev, those are generated from comments inside the Flutter source code itself, so those reports go to the main flutter/flutter repository instead.
The source code and content behind the official Flutter documentation site at docs.flutter.dev, where developers learn how to use the Flutter toolkit.
Mainly Dart. The stack also includes Dart, Jaspr, Firebase.
No license information was found in the material provided.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.