102 Commits (14c7e759c4cb5917ffa743ce6fd5cd8b21e591d1)

Author SHA1 Message Date
Nikolas Rimikis 8394d9c4ef
dynamite, neon, nextcloud: nullaware spreads (codestyle) 2 years ago
jld3103 7782e5b12a
dynamite: Properly use nullable and required 2 years ago
jld3103 0d8dde0cf4
dynamite: Add back missing build_runner dependency 2 years ago
jld3103 8889efb86a
Split neon into multiple packages 2 years ago
jld3103 a8abccaf07
dynamite: Fix warning about content strings 2 years ago
jld3103 8025cfcbaf
dynamite: Fix sorting of required parameters and properties with default values 2 years ago
jld3103 37a4a887c3
dynamite: Fix patterns 2 years ago
jld3103 75a2c76cc7
dynamite: Sort required parameters and properties first 2 years ago
jld3103 a66c25da2c
dynamite: Rename raw response class to make it public 2 years ago
jld3103 a588557df0
dynamite: Ignore some static analysis outputs 2 years ago
jld3103 6c9a2bb572
dynamite: Fix optional security 2 years ago
jld3103 2fa0758e3e
dynamite: Support per operation security 2 years ago
Nikolas Rimikis 346ffbc4ca
Relax oneOf assertion 2 years ago
jld3103 dbc4514529
dynamite: Support http bearer auth 2 years ago
Nikolas Rimikis 10e641daa1
fix contentString with a base object contentSchema 2 years ago
jld3103 e36ccd3044
dynamite: Fix enum parameters with default values 2 years ago
jld3103 369071902f
dynamite: Fix array parameters with default values 2 years ago
jld3103 71a8ce6809
dynamite: Fix descriptions of methods with summary and description 2 years ago
jld3103 c10d1a154b
dynamite: Support deprecated operations 2 years ago
jld3103 469658861f
dynamite: Only skip default values in query parameters 2 years ago
jld3103 b63536f99b
dynamite: Output accept header 2 years ago
Nikolas Rimikis 929dab205e
fix _toDartName 2 years ago
jld3103 e01fa9e1f1
dynamite: Trim tags from method names 2 years ago
jld3103 7a599fe0c6
dynamite: Support nested tags 2 years ago
jld3103 41b1bef6b0
dynamite: Handle more response mime types and in a better way 2 years ago
jld3103 643df5cf67
dynamite: Output tag descriptions 2 years ago
jld3103 1ecea62e0c
dynamite: Do not rely on globally defined tags 2 years ago
jld3103 9a28723be4
dynamite: Fix allOf's 2 years ago
jld3103 93befad334
dynamite: Support minLength and maxLength 2 years ago
jld3103 30a9b4bff0
dynamite: Support objects with unknown key names 2 years ago
jld3103 25f0deabaa
dynamite: Fix objects without properties but with additionalProperties set 2 years ago
jld3103 e66782102a
dynamite: Fix docs generation 2 years ago
jld3103 16d906e05e
dynamite: Fix empty schemas 2 years ago
jld3103 f2843ec02c
dynamite: Support operation description and summary 2 years ago
jld3103 0f2238ffae
Update to flutter 3.7.0 2 years ago
jld3103 f01225e012
dynamite: Support OAS 3.0.3 2 years ago
jld3103 fbe03b8d0a
dynamite: Support strings with patterns 2 years ago
jld3103 16b5e5b7ff
dynamite: Fix required parameters with default value 2 years ago
jld3103 152ffd4134
dynamite,neon,nextcloud: Adapt to new linting rules 2 years ago
jld3103 280374626d
Update nit_picking dependency 2 years ago
jld3103 944e841fd4
dynamite: Fix mappings with $ref name 2 years ago
jld3103 3603e8ccaa
tool,dynamite: Fix mappings 2 years ago
jld3103 23987704bf
dynamite: Fix content string arrays 2 years ago
jld3103 c2865ef506
dynamite: Make content strings work for other types than json 2 years ago
jld3103 d6be5d0912
dynamite: Fix complex response prefixes 2 years ago
jld3103 f24f9e838b
dynamite,nextcloud,neon: Suffix serialize and deserialize functions 2 years ago
jld3103 66614bb2e2
dynamite,nextcloud,neon: Prefix every object 2 years ago
jld3103 e40f6f174a
dynamite,nextcloud: Fix non-required object fields with toJsonString 2 years ago
jld3103 021092893c
dynamite: Properly serialize and deserialize string arrays in objects 2 years ago
jld3103 22684cde70
dynamite: Simplify JsonKey annotations 2 years ago