flutter_flutter/docs/wiki_archive/User-documentation-index.md
Pierre f234d26926
Clean up links to docs website (#177792)
- remove link without use (PowerShell version minimum not reached, this
is not mentionned anywhere in Windows installation / troubleshooting
documentation)
- clean up API docs root
- clean up app template links, add `Learn Flutter` link
- update get started links
- replace `flutter.dev/docs` with `docs.flutter.dev`
- fix embedder descriptions
- fix broken API `docs.flutter.io` links
- http → https 
- remove `/install` from `/get-started` links
- fix Android Studio link

## Pre-launch Checklist

- [x] I read the [Contributor Guide] and followed the process outlined
there for submitting PRs.
- [x] I read the [Tree Hygiene] wiki page, which explains my
responsibilities.
- [x] I read and followed the [Flutter Style Guide], including [Features
we expect every widget to implement].
- [x] I signed the [CLA].
- [ ] I listed at least one issue that this PR fixes in the description
above.
- [x] I updated/added relevant documentation (doc comments with `///`).
- [x] I added new tests to check the change I am making, or this PR is
[test-exempt].
- [x] I followed the [breaking change policy] and added [Data Driven
Fixes] where supported.
- [x] All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel
on [Discord].

**Note**: The Flutter team is currently trialing the use of [Gemini Code
Assist for
GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code).
Comments from the `gemini-code-assist` bot should not be taken as
authoritative feedback from the Flutter team. If you find its comments
useful you can update your code accordingly, but if you are unsure or
disagree with the feedback, please feel free to wait for a Flutter team
member's review for guidance on which automated comments should be
addressed.

<!-- Links -->
[Contributor Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview
[Tree Hygiene]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
[test-exempt]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
[Flutter Style Guide]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
[Features we expect every widget to implement]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#features-we-expect-every-widget-to-implement
[CLA]: https://cla.developers.google.com/
[flutter/tests]: https://github.com/flutter/tests
[breaking change policy]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
[Discord]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
[Data Driven Fixes]:
https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md

---------

Co-authored-by: Parker Lougheed <parlough@gmail.com>
2025-11-01 18:38:27 +00:00

58 lines
3.3 KiB
Markdown

<!-- Don't add user documentation to the wiki. User documentation belongs on the web site. -->
<!-- We only have these pages for historical reasons. -->
Flutter's user-facing documentation should all be on the Flutter web site and the API documentation site:
- https://docs.flutter.dev/
- [Release notes](https://docs.flutter.dev/release/release-notes)
- https://api.flutter.dev/
Historically, experimental documentation was sometimes first written on this wiki and later moved to the web site. This is
now discouraged but some of the content created in this way still exists and is listed below.
_Contributors: please consider moving this content to the web site or deleting it if it is no longer applicable!_
## Old documentation
## General
<!-- don't add things here; if you have a new feature, it should be documented on the web site not the wiki -->
- [Apple Silicon support](../platforms/desktop/macos/Developing-with-Flutter-on-Apple-Silicon.md)
- [Bad Builds](../releases/Bad-Builds.md)
- [Binding to native code via FFI](https://docs.flutter.dev/development/platform-integration/c-interop)
- [Data-driven Fixes](../contributing/Data-driven-Fixes.md)
- [Flutter CLI crash reporting](https://docs.flutter.dev/reference/crash-reporting)
- [Flutter CLI custom embedder support](../tool/Using-custom-embedders-with-the-Flutter-CLI.md)
- [Flutter Test Fonts](../contributing/testing/Flutter-Test-Fonts.md)
- [Hybrid Composition](../platforms/Hybrid-Composition.md)
- [IntelliJ - Flutter Setup Tips and Tricks](IntelliJ---Flutter-Setup-Tips-and-Tricks.md)
- [JIT release builds](../engine/JIT-Release-Modes.md)
- [Making animated GIFs of Flutter apps](../contributing/issue_hygiene/Making-animated-GIFs-of-Flutter-apps.md)
- [Multi-device debugging in VS Code](Multi-device-debugging-in-VS-Code.md)
- [Obfuscating Dart Code](https://docs.flutter.dev/deployment/obfuscate)
- [Reduce shader compilation jank using SkSL warm up](https://docs.flutter.dev/perf/rendering/shader)
- [Upgrading Flutter projects from using PlatformMessages to using channels](Upgrading-Flutter-projects-from-using-PlatformMessages-to-using-channels.md)
- [Writing Effective Tests](../contributing/testing/Writing-Effective-Tests.md)
### Android
<!-- don't add things here; user documentation belongs on the web site not the wiki -->
- [Android Fast Start](../tool/Fast-Start.md)
- [Android Platform Views](../platforms/android/Android-Platform-Views.md)
- [How Flutter apps are compiled with Gradle for Android](../platforms/android/How-Flutter-apps-are-compiled-with-Gradle-for-Android.md)
- [Hybrid Composition](../platforms/Hybrid-Composition.md#android)
- [Multidex](../platforms/android/Android-Multidex-support.md)
- [Texture Layer Hybrid Composition](../platforms/android/Texture-Layer-Hybrid-Composition.md)
### iOS
<!-- don't add things here; user documentation belongs on the web site not the wiki -->
- [Hybrid Composition iOS](../platforms/Hybrid-Composition.md#ios)
### Web
<!-- don't add things here; user documentation belongs on the web site not the wiki -->
- [Debugging issues on the Web](../platforms/web/Debugging-issues-on-the-Web.md)
- [Running Flutter Driver tests with Web](../contributing/testing/Running-Flutter-Driver-tests-with-Web.md)
### Release notes
<!-- don't add things here; user documentation belongs on the web site not the wiki -->
- [Hotfixes to the Stable Channel](../../CHANGELOG.md)