-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ implement Dart 3 class modifiers (#453)
* bump minimum Dart SDK version to 3.0.0 * bump dependencies to the latest (except analyzer) * implement Dart 3 class modifiers
- Loading branch information
Showing
18 changed files
with
84 additions
and
85 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
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
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,29 +1,29 @@ | ||
name: chopper | ||
description: Chopper is an http client generator using source_gen, inspired by Retrofit | ||
version: 6.1.4 | ||
version: 7.0.0 | ||
documentation: https://hadrien-lejard.gitbook.io/chopper | ||
repository: https://github.com/lejard-h/chopper | ||
|
||
environment: | ||
sdk: ">=2.17.0 <4.0.0" | ||
sdk: ">=3.0.0 <4.0.0" | ||
|
||
dependencies: | ||
equatable: ^2.0.5 | ||
http: ">=0.13.0 <2.0.0" | ||
logging: ^1.0.0 | ||
meta: ^1.3.0 | ||
http: ^1.1.0 | ||
logging: ^1.2.0 | ||
meta: ^1.9.1 | ||
|
||
dev_dependencies: | ||
build_runner: ^2.0.0 | ||
build_test: ^2.0.0 | ||
build_runner: ^2.4.6 | ||
build_test: ^2.2.0 | ||
build_verify: ^3.1.0 | ||
collection: ^1.16.0 | ||
coverage: ^1.0.2 | ||
collection: ^1.18.0 | ||
coverage: ^1.6.3 | ||
data_fixture_dart: ^2.2.0 | ||
faker: ^2.1.0 | ||
http_parser: ^4.0.0 | ||
lints: ^2.0.0 | ||
test: ^1.16.4 | ||
transparent_image: ^2.0.0 | ||
http_parser: ^4.0.2 | ||
lints: ^2.1.1 | ||
test: ^1.24.4 | ||
transparent_image: ^2.0.1 | ||
chopper_generator: | ||
path: ../chopper_generator |
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
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
Oops, something went wrong.