Flutter 超完整的开源项目,功能丰富,适合学习和日常使用。GSYGithubApp 系列的优势:我们目前已经拥有 Flutter、Weex、ReactNative、Kotlin View、Kotlin Jetpack Compose ,Compose MultiPlatform,Harmony ArkUI 七个版本,功能齐全,项目框架内技术涉及面广,完成度高,持续维护,配套文章,适合全面学习,对比参考。
This report presents the forensic synthetic code analysis of CarGuo/gsy_github_app_flutter, a Dart project with 15,462 GitHub stars. SynthScan v2.0 examined 54,854 lines of code across 373 source files, recording 233 pattern matches distributed across 4 syntactic categories. The overall adjusted score of 4.6 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 233 distinct pattern matches across 4 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | pubspec.yaml | 21 | #crypto: 3.0.0 | COMMENT |
| LOW | pubspec.yaml | 141 | uses-material-design: true | COMMENT |
| LOW | pubspec.yaml | 161 | # fonts: | COMMENT |
| LOW | test/page/dynamic/dynamic_bloc_test.dart | 1 | import 'package:flutter_test/flutter_test.dart'; | COMMENT |
| LOW | test/page/issue/issue_timeline_merge_test.dart | 1 | import 'package:flutter_test/flutter_test.dart'; | COMMENT |
| LOW | lib/page/user/user_status_provider.g.dart | 1 | // GENERATED CODE - DO NOT MODIFY BY HAND | COMMENT |
| LOW | lib/page/user/base_person_state.dart | 201 | ), | COMMENT |
| LOW | lib/page/user/base_person_state.dart | 241 | @override | COMMENT |
| LOW | lib/page/user/user_contribution_provider.g.dart | 1 | // GENERATED CODE - DO NOT MODIFY BY HAND | COMMENT |
| LOW | lib/page/user/user_pinned_provider.g.dart | 1 | // GENERATED CODE - DO NOT MODIFY BY HAND | COMMENT |
| LOW | lib/page/user/user_pinned_provider.dart | 1 | import 'package:gsy_github_app_flutter/common/repositories/user_repository.dart'; | COMMENT |
| LOW | lib/page/user/user_sponsors_provider.g.dart | 1 | // GENERATED CODE - DO NOT MODIFY BY HAND | COMMENT |
| LOW | lib/page/user/widget/user_pinned.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/user/widget/user_contribution_calendar.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/user/widget/user_status.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/user/widget/user_sponsors.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/search/search_page.dart | 41 | final SearchBLoC searchBLoC = SearchBLoC(); | COMMENT |
| LOW | lib/page/search/search_page.dart | 281 | }, | COMMENT |
| LOW | lib/page/search/widget/gsy_search_drawer.dart | 161 | /// | COMMENT |
| LOW | lib/page/search/widget/code_search_item_widget.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/issue/issue_detail_page.dart | 21 | import 'package:gsy_github_app_flutter/page/issue/widget/issue_header_item.dart'; | COMMENT |
| LOW | lib/page/issue/issue_detail_page.dart | 301 | /// - `isAdd=false`(点已存在 chip)→ GET 反查当前用户的 reactionId,三态处理: | COMMENT |
| LOW | lib/page/issue/pull_request_files_page.dart | 21 | /// | COMMENT |
| LOW | lib/page/issue/pull_request_files_page.dart | 61 | Map<String, List<PullReviewComment>> _commentsByPath = const {}; | COMMENT |
| LOW | lib/page/issue/pull_request_files_page.dart | 181 | /// A/3 + A/4:把当前文件的 review comment 折叠成 {addLine: html片段}。 | COMMENT |
| LOW | lib/page/issue/widget/reactions_bar.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/page/issue/widget/issue_timeline_item.dart | 21 | class IssueTimelineItem extends StatelessWidget { | COMMENT |
| LOW | lib/page/discussion/discussion_detail_page.dart | 1 | import 'package:flutter/material.dart'; | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 21 | /// in the tab bar: from the right edge of the previous tab to the left edge | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 521 | /// | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 541 | /// | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 581 | /// | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 601 | /// The thickness of the line that appears below the selected tab. | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 621 | final EdgeInsetsGeometry indicatorPadding; | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 641 | /// tab's overall bounds if [indicatorSize] is [TabBarIndicatorSize.tab] | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 661 | /// If this property is null, unselected tab labels are rendered with the | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 681 | /// If this property is null, then the [labelStyle] value is used. If [labelStyle] | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 1101 | /// A page view that displays the widget which corresponds to the currently | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 1121 | this.physics, | COMMENT |
| LOW | lib/widget/gsy_tabs.dart | 1381 | /// If [TabController] is not provided, then the value of | COMMENT |
| LOW | lib/widget/markdown/markdown_html_transformer.dart | 1 | // ignore_for_file: prefer_interpolation_to_compose_strings | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 201 | /// refresh indicator space depending on the current state of the refresh | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 221 | /// [RefreshIndicatorMode.done] state and will start to go away. | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 241 | /// changes from overscroll, as the sliver scrolls away after the [onRefresh] | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 261 | /// sliver such as [CupertinoSliverNavigationBar] and your main scrollable | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 301 | /// | COMMENT |
| LOW | lib/widget/pull/gsy_refresh_sliver.dart | 321 | /// changes. | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 21 | COMMENT | |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 41 | canceled, // Animating the indicator's fade-out after not arming. | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 61 | /// scrollable's contents and then complete the [Future] it returns. The refresh | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 81 | /// ``` | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 121 | /// The widget below this widget in the tree. | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 141 | /// of this variable controls how far from the parent's edge the progress | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 161 | final Color? color; | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 181 | final String? semanticsValue; | COMMENT |
| LOW | lib/widget/pull/nested/nested_refresh.dart | 461 | }); | COMMENT |
| LOW | lib/widget/menu/src/radial_menu.dart | 21 | /// | COMMENT |
| LOW | lib/widget/menu/src/radial_menu_center_button.dart | 21 | /// background color of the button. | COMMENT |
| LOW | lib/widget/menu/src/radial_menu_item.dart | 21 | // this.iconSize: 24.0, | COMMENT |
| LOW | lib/test/demo_mixins.dart | 81 | ///I/flutter (13627): A.a() | COMMENT |
| 155 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | lib/test/demo_db.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/user_followed_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/user_stared_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/user_orgs_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/userinfo_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/user_follower_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/user/user_repos_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/event/user_event_db_provider.dart | 0 | $columnusername text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/repos/repository_event_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | …b/db/provider/repos/repository_detail_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/repos/repository_star_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | …/db/provider/repos/repository_watcher_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/repos/repository_fork_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | …/db/provider/repos/repository_commits_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | …ovider/repos/repository_detail_readme_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| HIGH | lib/db/provider/issue/issue_detail_db_provider.dart | 0 | $columnfullname text not null, $columnnumber text not null, $columndata text not null) | STRING |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | pubspec.yaml | 133 | # The following section is specific to Flutter. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | pubspec.yaml | 139 | # included with your application, so that you can use the icons in | COMMENT |