Skip to content

Commit

Permalink
update lints
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Jun 24, 2024
1 parent 2971f32 commit e538147
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
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

0 comments on commit e538147

Please sign in to comment.