Skip to content

Commit

Permalink
Remove unused example code and update dependabot config (#11265)
Browse files Browse the repository at this point in the history
Removes the unused samples in `examples/basics` and
`examples/platform_integration/ffi`. Then updates the dependabot config
to remove them.

Also updates the dependabot config to rely on the simpler `directories`
key, so we don't need to configurate each directory separately.
  • Loading branch information
parlough authored Oct 14, 2024
1 parent e9c11d3 commit b8faa73
Show file tree
Hide file tree
Showing 8 changed files with 146 additions and 1,092 deletions.
1,132 changes: 145 additions & 987 deletions .github/dependabot.yml

Large diffs are not rendered by default.

5 changes: 0 additions & 5 deletions examples/basics/analysis_options.yaml

This file was deleted.

38 changes: 0 additions & 38 deletions examples/basics/lib/main.dart

This file was deleted.

19 changes: 0 additions & 19 deletions examples/basics/pubspec.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions examples/platform_integration/ffi/analysis_options.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions examples/platform_integration/ffi/lib/c_interop.dart

This file was deleted.

23 changes: 0 additions & 23 deletions examples/platform_integration/ffi/pubspec.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion src/content/tools/devtools/inspector.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Use the Flutter inspector
description: Learn how to use the Flutter inspector to explore a Flutter app's widget tree.
---

<?code-excerpt path-base="../examples/visual_debugging/"?>
<?code-excerpt path-base="visual_debugging/"?>

:::note
The inspector works with all Flutter applications.
Expand Down

0 comments on commit b8faa73

Please sign in to comment.