// the find
alibaba/flutter-go
flutter 开发者帮助 APP,包含 flutter 常用 140+ 组件的demo 演示与中文文档
A Flutter widget reference app from Alibaba with demos and Chinese docs for 140+ Flutter components. Aimed at Chinese-speaking developers learning Flutter who want runnable examples alongside documentation. The README now says maintenance is suspended.
140+ widget demos in a single runnable app is genuinely useful for Flutter newcomers — seeing a widget behave at runtime beats reading static docs. The custom go-cli tool for scaffolding new demo pages shows some real tooling investment. BLoC pattern is used consistently throughout, which gives the codebase a learnable structure. The bundled SQLite database for local content means it works offline.
Officially suspended since the README says so plainly, last push December 2023 — this targets an old Flutter version and will likely fail to build against current Flutter/Dart SDKs without patching. Documentation is entirely in Chinese with no translated equivalents, limiting its audience sharply. The vendored flutter_markdown copy inside lib/components is a red flag — it won't get security or bug fixes automatically. There are no tests anywhere in the visible tree, which matters when you're trying to use this as a reference for correct widget usage.