-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: make network response a sealed class (#14)
* wip: mostly working, may need to add generic response type back to execute invocation * add type back to top level response types * Make errors required on all non generic errors * rename Ok and NoContent * cleanup * bump version constraints on most deps * bump dart constraint * install correct dart version on CI * bump dart constraint * bump CI dart version --------- Co-authored-by: nhannah <ne.hannah@gmail.com>
- Loading branch information
1 parent
fdce1b7
commit 023a01b
Showing
11 changed files
with
362 additions
and
2,310 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
Oops, something went wrong.