Skip to content

Commit

Permalink
Retire linting_tool desktop sample (#2472)
Browse files Browse the repository at this point in the history
Adds a README as a breadcrumb with the history of the sample as well as links to some relevant resources.

Part of dart-lang/sdk#56835
Contributes to #2409
  • Loading branch information
parlough authored Oct 12, 2024
1 parent 90f0584 commit 3c90705
Show file tree
Hide file tree
Showing 94 changed files with 27 additions and 5,895 deletions.
6 changes: 0 additions & 6 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,12 +154,6 @@ updates:
interval: "daily"
labels:
- "autosubmit"
- package-ecosystem: "pub"
directory: "experimental/linting_tool/"
schedule:
interval: "daily"
labels:
- "autosubmit"
- package-ecosystem: "pub"
directory: "experimental/material_3_demo/"
schedule:
Expand Down
45 changes: 0 additions & 45 deletions experimental/linting_tool/.gitignore

This file was deleted.

10 changes: 0 additions & 10 deletions experimental/linting_tool/.metadata

This file was deleted.

41 changes: 27 additions & 14 deletions experimental/linting_tool/README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,34 @@
# linting_tool
# Sample retired

A desktop tool that helps you manage [linter rules](https://dart.dev/guides/language/analysis-options#enabling-linter-rules)
for your Flutter project.
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.

## Goals for this sample
`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].

* Show how to read and write files on Desktop
* Show how to create, parse and use yaml files
* Show how to implement basic navigation in Desktop apps
* Show how to implement right-click popup menus
[X]: https://x.com/abdullahzakir99
[GitHub]: https://github.com/abd99
[medium]: https://medium.com/flutter/gsoc-21-creating-a-desktop-sample-for-flutter-7d77e74812d6

## Questions/issues
## Flutter on Desktop

If you have a general question about Flutter, the best places to go are:
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.

* [The FlutterDev Google Group](https://groups.google.com/forum/#!forum/flutter-dev)
* [The Flutter Gitter channel](https://gitter.im/flutter/flutter)
* [StackOverflow](https://stackoverflow.com/questions/tagged/flutter)
[Flutter on Desktop]: https://flutter.dev/multi-platform/desktop
[platform integration docs]: https://docs.flutter.dev/platform-integration/desktop

If you run into an issue with the sample itself, please [file an issue](https://github.com/flutter/samples/issues).
## 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
6 changes: 0 additions & 6 deletions experimental/linting_tool/analysis_options.yaml

This file was deleted.

56 changes: 0 additions & 56 deletions experimental/linting_tool/lib/app.dart

This file was deleted.

21 changes: 0 additions & 21 deletions experimental/linting_tool/lib/layout/adaptive.dart

This file was deleted.

27 changes: 0 additions & 27 deletions experimental/linting_tool/lib/main.dart

This file was deleted.

50 changes: 0 additions & 50 deletions experimental/linting_tool/lib/model/editing_controller.dart

This file was deleted.

26 changes: 0 additions & 26 deletions experimental/linting_tool/lib/model/profile.dart

This file was deleted.

44 changes: 0 additions & 44 deletions experimental/linting_tool/lib/model/profile.g.dart

This file was deleted.

Loading

0 comments on commit 3c90705

Please sign in to comment.