-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Flutter compute for parsing models (#408)
* Format code * Fix pubspec * Generate compute calls * Add tests * Update parser name * Format code * Fix merge conflict * Add examples for post methods * Define a new parser annotation for using the Flutter function * Increment to version 3.0.0 with documentation for implementing the FlutterCompute parser option * Upgrade to version 3.0.0 * Use serialize and deserialize functions * Update documentation to match implementation better * Fix generating compute for requests body * Handle queries * Add tests for FlutterCompute parser * Update documentation * Ignore computing unserialised objects * Fix nullable bodies and add warnings for spawning for collections * Serialise lists * Handle lists for objects in one function * Fix casting lists * Fix tests * Remove failed check * Revert "Remove failed check" This reverts commit 91b8037. * Fix tests * Update CHANGELOG Co-authored-by: Trevor Wang <[email protected]>
- Loading branch information
1 parent
330e2d3
commit df374c7
Showing
10 changed files
with
1,020 additions
and
112 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
Oops, something went wrong.