Skip to content

Conversation

@xsahil03x
Copy link
Member

Description of the pull request

This commit moves the code snippets from the docs_code_snippets directory to docs/code_snippets.

Additionally, the following changes were made:

  • Added analysis_options.yaml and pubspec.yaml to the docs directory.
  • Removed ignore_for_file comments from code snippets as lint rules are now defined in docs/analysis_options.yaml.
  • Removed stream_core, stream_feed, and flutter_state_notifier dependencies from the root pubspec.yaml. These dependencies are now managed in docs/pubspec.yaml.
  • Updated pubspec.lock and melos.yaml to reflect these changes.
  • Made minor adjustments to code snippets, such as adding const keywords.

This commit moves the code snippets from the `docs_code_snippets` directory to `docs/code_snippets`.

Additionally, the following changes were made:
- Added `analysis_options.yaml` and `pubspec.yaml` to the `docs` directory.
- Removed `ignore_for_file` comments from code snippets as lint rules are now defined in `docs/analysis_options.yaml`.
- Removed `stream_core`, `stream_feed`, and `flutter_state_notifier` dependencies from the root `pubspec.yaml`. These dependencies are now managed in `docs/pubspec.yaml`.
- Updated `pubspec.lock` and `melos.yaml` to reflect these changes.
- Made minor adjustments to code snippets, such as adding `const` keywords.
@xsahil03x xsahil03x requested a review from a team as a code owner September 15, 2025 17:12
@codecov
Copy link

codecov bot commented Sep 15, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 2.13%. Comparing base (1988135) to head (9f8ce79).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@          Coverage Diff          @@
##            main     #34   +/-   ##
=====================================
  Coverage   2.13%   2.13%           
=====================================
  Files        117     117           
  Lines       3140    3140           
=====================================
  Hits          67      67           
  Misses      3073    3073           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@xsahil03x xsahil03x merged commit 29ac891 into main Sep 16, 2025
7 checks passed
@xsahil03x xsahil03x deleted the refactor/move-doc-snippets-into-package branch September 16, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants