Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For official documentation, please visit https://dart-frog.dev.
| [dart_frog_auth](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_auth) | [![pub package](https://img.shields.io/pub/v/dart_frog_auth.svg)](https://pub.dev/packages/dart_frog_auth) |
| [dart_frog_cli](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_cli) | [![pub package](https://img.shields.io/pub/v/dart_frog_cli.svg)](https://pub.dev/packages/dart_frog_cli) |
| [dart_frog_gen](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_gen) | [![pub package](https://img.shields.io/pub/v/dart_frog_gen.svg)](https://pub.dev/packages/dart_frog_gen) |
| [dart_frog_lint](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_lint) | [![pub package](https://img.shields.io/pub/v/dart_frog_lint.svg)](https://pub.dev/packages/dart_frog_lint) |
| [dart_frog_test](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_test) | [![pub package](https://img.shields.io/pub/v/dart_frog_test.svg)](https://pub.dev/packages/dart_frog_test) |
| [dart_frog_web_socket](https://github.com/dart-frog-dev/dart_frog/tree/main/packages/dart_frog_web_socket) | [![pub package](https://img.shields.io/pub/v/dart_frog_web_socket.svg)](https://pub.dev/packages/dart_frog_web_socket) |

Expand Down
8 changes: 1 addition & 7 deletions examples/basic_authentication/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/basic_authentication/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
dart_frog_lint: ^0.1.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/basic_authentication/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ dependency_overrides:
path: ../../packages/dart_frog
dart_frog_auth:
path: ../../packages/dart_frog_auth
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/bearer_authentication/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/bearer_authentication/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ dependencies:
meta: ^1.9.1

dev_dependencies:
dart_frog_lint: ^0.1.0
mocktail: ^1.0.0
test: ^1.19.2
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/bearer_authentication/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ dependency_overrides:
path: ../../packages/dart_frog
dart_frog_auth:
path: ../../packages/dart_frog_auth
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/counter/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
dart_frog: ^1.0.0

dev_dependencies:
dart_frog_lint: ^0.1.0
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/counter/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/echo/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/echo/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
dart_frog: ^1.0.0

dev_dependencies:
dart_frog_lint: ^0.1.0
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/echo/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/hello_world/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
dart_frog: ^1.0.0

dev_dependencies:
dart_frog_lint: ^0.1.0
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/hello_world/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/kitchen_sink/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
2 changes: 1 addition & 1 deletion examples/kitchen_sink/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
dart_frog: ^1.0.0

dev_dependencies:
dart_frog_lint: ^0.1.0
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
2 changes: 2 additions & 0 deletions examples/kitchen_sink/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/todos/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
4 changes: 2 additions & 2 deletions examples/todos/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
path: packages/todos_data_source

dev_dependencies:
dart_frog_lint: ^0.1.0
http: ^1.0.0
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
test: ^1.25.0
2 changes: 2 additions & 0 deletions examples/todos/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
8 changes: 1 addition & 7 deletions examples/web_socket_counter/analysis_options.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
include: package:very_good_analysis/analysis_options.yaml
analyzer:
exclude:
- build/**
linter:
rules:
file_names: false
include: package:dart_frog_lint/recommended.yaml
4 changes: 2 additions & 2 deletions examples/web_socket_counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ dependencies:

dev_dependencies:
bloc_test: ^9.1.0
dart_frog_lint: ^0.1.0
http: ^1.2.1
mocktail: ^1.0.0
test: ^1.25.0
very_good_analysis: ^9.0.0
test: ^1.25.0
web_socket_client: ^0.2.0
2 changes: 2 additions & 0 deletions examples/web_socket_counter/pubspec_overrides.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
dependency_overrides:
dart_frog:
path: ../../packages/dart_frog
dart_frog_lint:
path: ../../packages/dart_frog_lint
4 changes: 2 additions & 2 deletions packages/dart_frog_lint/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For official documentation, please visit [dart-frog.dev][docs_link].
[license_link]: https://opensource.org/licenses/MIT
[logo_black]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_black.png#gh-light-mode-only
[logo_white]: https://raw.githubusercontent.com/dart-frog-dev/dart_frog/main/assets/dart_frog_logo_white.png#gh-dark-mode-only
[pub_badge]: https://img.shields.io/pub/v/dart_frog.svg
[pub_link]: https://pub.dartlang.org/packages/dart_frog
[pub_badge]: https://img.shields.io/pub/v/dart_frog_lint.svg
[pub_link]: https://pub.dartlang.org/packages/dart_frog_lint
[very_good_analysis_badge]: https://img.shields.io/badge/style-very_good_analysis-B22C89.svg
[very_good_analysis_link]: https://pub.dev/packages/very_good_analysis