-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 Chore: Try to match pub.dev scores requirements
- Loading branch information
1 parent
22d8067
commit 39a94ab
Showing
4 changed files
with
21 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
name: kitx_shared_dart | ||
description: A port of KitX.Shared in dart | ||
version: 3.24.10+6873 | ||
repository: https://github.com/Crequency/KitX-Standard/KitX.Shared.Dart/ | ||
description: A port of `KitX.Shared` in dart, which is a set of data model classes and utilities for KitX network. | ||
version: 3.24.10+6889 | ||
repository: https://github.com/Crequency/KitX-Standard/tree/main/KitX%20Shared/KitX.Shared.Dart/kitx_shared_dart | ||
|
||
environment: | ||
sdk: ^3.3.0 | ||
|
||
dependencies: | ||
built_collection: ^5.1.1 | ||
built_value: ^8.9.1 | ||
built_value: ^8.9.2 | ||
|
||
dev_dependencies: | ||
lints: ^3.0.0 | ||
test: ^1.24.0 | ||
test: ^1.25.3 | ||
# Run `dart run build_runner build` to generate `.g.dart` files. | ||
# You can also execute `build_runner.ps1` with pwsh to run the command. | ||
build_runner: ^2.4.9 | ||
built_value_generator: ^8.9.1 | ||
built_value_generator: ^8.9.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters