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
3 changes: 1 addition & 2 deletions examples/custom_backend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ dependencies:
sdk: flutter
genui: ^0.6.0
http: ^1.6.0
intl: ^0.20.2
json_schema_builder: ^0.1.3

dev_dependencies:
build_runner: ^2.7.1
flutter_test:
sdk: flutter
json_schema_builder: ^0.1.3
mockito: ^5.5.0

flutter:
Expand Down
3 changes: 0 additions & 3 deletions packages/json_schema_builder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ dependencies:
decimal: ^3.2.4
email_validator: ^3.0.0
http: ^1.6.0
intl: ^0.20.2
meta: ^1.16.0

dev_dependencies:
lints: ^6.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The lints package, which provides a recommended set of linting rules, has been removed from dev_dependencies. While not directly impacting functionality, removing this without an alternative linting setup could lead to a gradual degradation of code style and quality over time. It's generally advisable to maintain consistent linting practices to ensure code maintainability.

mockito: ^5.5.0
test: ^1.26.2
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1208,26 +1208,26 @@ packages:
dependency: transitive
description:
name: test
sha256: "77cc98ea27006c84e71a7356cf3daf9ddbde2d91d84f77dbfe64cf0e4d9611ae"
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
url: "https://pub.dev"
source: hosted
version: "1.28.0"
version: "1.29.0"
test_api:
dependency: transitive
description:
name: test_api
sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
url: "https://pub.dev"
source: hosted
version: "0.7.8"
version: "0.7.9"
test_core:
dependency: transitive
description:
name: test_core
sha256: f1072617a6657e5fc09662e721307f7fb009b4ed89b19f47175d11d5254a62d4
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
url: "https://pub.dev"
source: hosted
version: "0.6.14"
version: "0.6.15"
tuple:
dependency: transitive
description:
Expand Down
Loading