Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update lints #1244

Merged
merged 2 commits into from
Jun 24, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion pkgs/http_profile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ environment:
sdk: ^3.4.0

dev_dependencies:
dart_flutter_team_lints: ^2.1.1
dart_flutter_team_lints: ^3.0.0
test: ^1.24.9
2 changes: 1 addition & 1 deletion pkgs/ok_http/example/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

# The following line activates a set of recommended lints for Flutter apps,
# packages, and plugins designed to encourage good coding practices.
include: package:flutter_lints/flutter.yaml
include: package:dart_flutter_team_lints/analysis_options.yaml

linter:
# The lint rules applied to this project can be customized in the
Expand Down
8 changes: 4 additions & 4 deletions pkgs/ok_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ environment:
sdk: ">=3.4.1 <4.0.0"

dependencies:
cupertino_icons: ^1.0.6
flutter:
sdk: flutter
ok_http:
path: ../
cupertino_icons: ^1.0.6
http: ^1.0.0
http_image_provider: ^0.0.2
ok_http:
path: ../
provider: ^6.1.1

dev_dependencies:
dart_flutter_team_lints: ^3.0.0
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
http_client_conformance_tests:
path: ../../http_client_conformance_tests/
http_profile: ^0.1.0
Expand Down
Loading