1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/experimental/linting_tool/README.md
Parker Lougheed 3c90705715 Retire linting_tool desktop sample (#2472)
Adds a README as a breadcrumb with the history of the sample as well as links to some relevant resources.

Part of https://github.com/dart-lang/sdk/issues/56835
Contributes to https://github.com/flutter/samples/issues/2409
2024-10-12 00:32:26 +00:00

35 lines
1.4 KiB
Markdown

# Sample retired
The `linting_tool` sample has been retired.
Flutter's desktop support has evolved over the years and
the underlying data that this tool surfaced is no longer supported.
`linting_tool` was a successful sample of using Flutter to build desktop apps,
written by Abdullah Deshmukh ([X][], [GitHub][]) for Google Summer of Code 2021.
You can learn about Abdullah's experience creating the sample
by reading [GSoC '21: Creating a desktop sample for Flutter][medium].
[X]: https://x.com/abdullahzakir99
[GitHub]: https://github.com/abd99
[medium]: https://medium.com/flutter/gsoc-21-creating-a-desktop-sample-for-flutter-7d77e74812d6
## Flutter on Desktop
Flutter supports creating desktop apps for Windows, macOS, and Linux.
To set up platform support or learn more about [Flutter on Desktop][],
check out the [platform integration docs][] for each desktop platform.
[Flutter on Desktop]: https://flutter.dev/multi-platform/desktop
[platform integration docs]: https://docs.flutter.dev/platform-integration/desktop
## Analyzing and linting Dart projects
To learn more about configuring analysis of your Dart and Flutter projects,
check out [Customizing static analysis][].
For information about the various lints you can configure,
reference the [Linter rules][] index.
[Customizing static analysis]: https://dart.dev/tools/analysis
[Linter rules]: https://dart.dev/lints