-
-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Make openai_realtime_dart client to strong-typed (#590)
- Loading branch information
1 parent
d516b14
commit d84e88b
Showing
60 changed files
with
93,947 additions
and
843 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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
targets: | ||
$default: | ||
builders: | ||
source_gen|combining_builder: | ||
options: | ||
ignore_for_file: | ||
- prefer_final_parameters | ||
- require_trailing_commas | ||
- non_constant_identifier_names | ||
- unnecessary_null_checks | ||
json_serializable: | ||
options: | ||
explicit_to_json: true |
Oops, something went wrong.