-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade rxdart, leancode_lint, packageversion in debug_page (#414)
* Upgrade packages in debug_page: rxdart to 0.28.0, leancode_lint to 14.0.0 * Upgrade flutter version in GH workflows * Add explanation comment why avoid_redundant_argument_values is ignored to satisfy the analyzer * Bump debug_page package version, adjust changelog * sort the changelog in descending order, with the newest first * Format changelog, bumped -> bump * Add version and tests badge to readme * Update packages/leancode_debug_page/CHANGELOG.md Co-authored-by: Albert Wolszon <[email protected]> --------- Co-authored-by: Paweł Pajewski <[email protected]> Co-authored-by: Albert Wolszon <[email protected]>
- Loading branch information
1 parent
a021232
commit 31120a6
Showing
7 changed files
with
59 additions
and
39 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,11 +1,18 @@ | ||
## 1.0.0 | ||
## 2.0.0 | ||
|
||
- Initial release | ||
- Bump `rxdart` dependency to `^0.28.0` | ||
- **Breaking:** Bump minimum Dart version to 3.5.0 | ||
- Bump `custom_lint` dependency to `^0.7.0` | ||
- Bump `leancode_lint` dependency to `^14.0.0` | ||
|
||
## 1.0.2 | ||
|
||
- Vendor shake package to avoid using obsolete version of sensors_plus | ||
|
||
## 1.0.1 | ||
|
||
- Fix screenshots in README.md | ||
|
||
## 1.0.2 | ||
## 1.0.0 | ||
|
||
- Vendor shake package to avoid using obsolete version of sensors_plus | ||
- Initial release |
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,28 +1,28 @@ | ||
name: leancode_debug_page | ||
version: 1.0.2 | ||
version: 2.0.0 | ||
homepage: https://github.com/leancodepl/flutter_corelibrary/tree/master/packages/leancode_debug_page | ||
repository: https://github.com/leancodepl/flutter_corelibrary | ||
description: >- | ||
A package providing a debug page which shows outgoing http requests and Logger logs | ||
environment: | ||
sdk: '>=3.0.0 <4.0.0' | ||
flutter: ">=3.10.0" | ||
sdk: '>=3.5.0 <4.0.0' | ||
flutter: ">=3.24.0" | ||
|
||
dependencies: | ||
flutter: | ||
sdk: flutter | ||
http: ^1.1.0 | ||
logging: ^1.2.0 | ||
rxdart: ^0.27.7 | ||
rxdart: ^0.28.0 | ||
sensors_plus: ^5.0.1 | ||
share_plus: ^9.0.0 | ||
|
||
dev_dependencies: | ||
custom_lint: ^0.6.4 | ||
custom_lint: ^0.7.0 | ||
flutter_test: | ||
sdk: flutter | ||
leancode_lint: ^12.1.0 | ||
leancode_lint: ^14.0.0 | ||
mocktail: ^1.0.3 | ||
|
||
flutter: |
3 changes: 3 additions & 0 deletions
3
packages/leancode_debug_page/test/logging_http_client_test.dart
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