Jaumard
ec5df2e1c0
Change Uint8list by List<int> because it cause trouble with last versions of jaguar ( #3871 )
2019-09-14 18:32:16 +08:00
Jaumard
c2f786b8ad
add flutter web support on jaguar dart ( #3786 )
2019-08-29 10:30:09 +08:00
William Cheng
44d8b49dee
update dart jaguar samples
2019-08-28 23:47:50 +08:00
William Cheng
93aedcf3d5
update dart jaguar samples
2019-08-13 19:00:10 +08:00
Jaumard
d04e16a255
manage nullable definition ( #3599 )
...
update deps
2019-08-13 18:51:31 +08:00
Josh Burton
1aa8a2bec4
[dart-jaguar] Fixes error accessing default converters ( #3361 )
...
`this.converters` was causing errors as the default converters are declared outside of the API client.
2019-07-18 15:28:15 +09:00
Josh Burton
f04ef76d07
[dart-jaguar] Adds option to customise the generated API client name ( #3234 )
...
* [dart=-jaguar] Adds option to customise the generated API client name
* [dart-jaguar] Removes explicit clientName CLI property and derives client name from pub name
* [dart-jaguar] Updates samples
* Reverts import changes
2019-07-13 12:32:24 +08:00
Josh Burton
310f5feda0
[dart-jaguar] Makes converters publicly accessible so they can be used serialization/deserlization outside of the API client ( #3245 )
2019-07-04 15:13:23 +08:00
Jaumard
41b5d0e8fc
[Dart][Jaguar] and proto serialization support ( #1793 )
...
* add proto format support for jaguar generator
* Add openApiType to CodegenProperties
Finish proto generation
2019-03-27 09:48:09 +08:00