-
Notifications
You must be signed in to change notification settings - Fork 252
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feat: Enable passing in Extras using Custom Annotations (#706)
* Implemented TypedExtras * changed TypedExtra to TypedExtras * remove publish_to: none * update TypedExtra to TypedExtras * reaname _getExtrasFromClass to _getMapFromTypedExtras * allow nullable properties in TypedExtras * update docs * Update docs * remove pubspec changes * update dependencies * update pubspec * fix retrofit deps * Update changelogs and version --------- Co-authored-by: Trevor Wang <[email protected]>
- Loading branch information
1 parent
8a0d0b5
commit f1409e8
Showing
7 changed files
with
171 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ topics: | |
- rest | ||
- dio | ||
- retrofit | ||
version: 4.3.0 | ||
version: 4.4.0 | ||
environment: | ||
sdk: '>=2.19.0 <4.0.0' | ||
|
||
|