Skip to content

Commit c384b69

Browse files
committed
revert examples
1 parent 3b047b8 commit c384b69

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

examples/todos/packages/in_memory_todos_data_source/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# In Memory Todos Data Source
22

3-
[![style: dart frog lint][dart_frog_lint_badge]][dart_frog_lint_link]
3+
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
55
[![License: MIT][license_badge]][license_link]
66

@@ -29,7 +29,7 @@ dart pub get
2929

3030
In Memory Todos Data Source comes with a built-in [GitHub Actions workflow][github_actions_link] powered by [Very Good Workflows][very_good_workflows_link] but you can also add your preferred CI/CD solution.
3131

32-
Out of the box, on each pull request and push, the CI `formats`, `lints`, and `tests` the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses [Dart Frog Lint][dart_frog_lint_link] for a strict set of analysis options used by our team. Code coverage is enforced using the [Very Good Workflows][very_good_coverage_link].
32+
Out of the box, on each pull request and push, the CI `formats`, `lints`, and `tests` the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses [Very Good Analysis][very_good_analysis_link] for a strict set of analysis options used by our team. Code coverage is enforced using the [Very Good Workflows][very_good_coverage_link].
3333

3434
---
3535

@@ -53,8 +53,6 @@ genhtml coverage/lcov.info -o coverage/
5353
open coverage/index.html
5454
```
5555

56-
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
57-
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
5856
[dart_install_link]: https://dart.dev/get-dart
5957
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
6058
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
@@ -66,4 +64,6 @@ open coverage/index.html
6664
[very_good_ventures_link]: https://verygood.ventures
6765
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
6866
[very_good_ventures_link_dark]: https://verygood.ventures#gh-dark-mode-only
67+
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
68+
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
6969
[very_good_workflows_link]: https://github.com/VeryGoodOpenSource/very_good_workflows

examples/todos/packages/todos_data_source/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Todos Data Source
22

3-
[![style: dart frog lint][dart_frog_lint_badge]][dart_frog_lint_link]
3+
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![Powered by Mason](https://img.shields.io/endpoint?url=https%3A%2F%2Ftinyurl.com%2Fmason-badge)](https://github.com/felangel/mason)
55
[![License: MIT][license_badge]][license_link]
66

@@ -29,7 +29,7 @@ dart pub get
2929

3030
Todos Data Source comes with a built-in [GitHub Actions workflow][github_actions_link] powered by [Very Good Workflows][very_good_workflows_link] but you can also add your preferred CI/CD solution.
3131

32-
Out of the box, on each pull request and push, the CI `formats`, `lints`, and `tests` the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses [Dart Frog Lint][dart_frog_lint_link] for a strict set of analysis options used by our team. Code coverage is enforced using the [Very Good Workflows][very_good_coverage_link].
32+
Out of the box, on each pull request and push, the CI `formats`, `lints`, and `tests` the code. This ensures the code remains consistent and behaves correctly as you add functionality or make changes. The project uses [Very Good Analysis][very_good_analysis_link] for a strict set of analysis options used by our team. Code coverage is enforced using the [Very Good Workflows][very_good_coverage_link].
3333

3434
---
3535

@@ -53,15 +53,15 @@ genhtml coverage/lcov.info -o coverage/
5353
open coverage/index.html
5454
```
5555

56-
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
57-
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
5856
[dart_install_link]: https://dart.dev/get-dart
5957
[github_actions_link]: https://docs.github.com/en/actions/learn-github-actions
6058
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
6159
[license_link]: https://opensource.org/licenses/MIT
6260
[logo_black]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_black.png#gh-light-mode-only
6361
[logo_white]: https://raw.githubusercontent.com/VGVentures/very_good_brand/main/styles/README/vgv_logo_white.png#gh-dark-mode-only
6462
[mason_link]: https://github.com/felangel/mason
63+
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
64+
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis
6565
[very_good_coverage_link]: https://github.com/marketplace/actions/very-good-coverage
6666
[very_good_ventures_link]: https://verygood.ventures
6767
[very_good_ventures_link_light]: https://verygood.ventures#gh-light-mode-only
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# WebSocket Counter
22

3-
[![style: dart frog lint][dart_frog_lint_badge]][dart_frog_lint_link]
3+
[![style: very good analysis][very_good_analysis_badge]][very_good_analysis_link]
44
[![License: MIT][license_badge]][license_link]
55
[![Powered by Dart Frog](https://img.shields.io/endpoint?url=https://tinyurl.com/dartfrog-badge)](https://dart-frog.dev)
66

77
An example counter app built with `dart_frog` using WebSockets.
88

9-
[dart_frog_lint_badge]: https://img.shields.io/badge/style-dart_frog_lint-1DF9D2.svg
10-
[dart_frog_lint_link]: https://pub.dev/packages/dart_frog_lint
119
[license_badge]: https://img.shields.io/badge/license-MIT-blue.svg
1210
[license_link]: https://opensource.org/licenses/MIT
11+
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
12+
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis

0 commit comments

Comments
 (0)