Replies: 5 comments 8 replies
-
Hi sir i want to implement new code generator for a programming language in api dash .That is ver common in flutter community and is used by most of the developers .i have done step 1 for this i have chosen Language: Dart, |
Beta Was this translation helpful? Give feedback.
-
Sir, i have checked that in code folder for code generetor in API dash there is already file present of dio.dart I just want to insure that is this implemented or have some issue . |
Beta Was this translation helpful? Give feedback.
-
okay mam |
Beta Was this translation helpful? Give feedback.
-
Hello I want to include code generators for the swift and c#. |
Beta Was this translation helpful? Give feedback.
-
We have closed the following codegen issues as they are no longer in our roadmap. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, API Dash supports code generation for the following language/library.
Contributors are welcome to add new code generators to this project which can be for new programming languages or libraries or frameworks.
You can:
Adding codegen for <language> using <library or framework>
and send across a PR linking the issue.Some important points to note when you are working on a codegen
lib/codegen/
test/codegen/
.flutter run
does not fail.test/request_models.dart
. Take a look at any existing codegen test file to understand how test case is provided for the corresponding codegen.flutter test
does not fail.Beta Was this translation helpful? Give feedback.
All reactions