Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dart] - Rework Dart client generator to be flutter-compatible #7418

Merged
merged 36 commits into from
Jan 25, 2018

Commits on Jan 22, 2018

  1. copy mustache templates from dart generator

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    ed88f6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57fb7cb View commit details
    Browse the repository at this point in the history
  3. at least we know this is not for a browser..

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a4e0964 View commit details
    Browse the repository at this point in the history
  4. First working version for a simple swagger configuration

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    ecbe898 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    69f0128 View commit details
    Browse the repository at this point in the history
  6. Take care of complex types to support object hierarchies

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6f0d3ce View commit details
    Browse the repository at this point in the history
  7. add null safety

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    198920f View commit details
    Browse the repository at this point in the history
  8. add small test for options

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    725b89a View commit details
    Browse the repository at this point in the history
  9. add flutter-petstore scripts

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6c98cc1 View commit details
    Browse the repository at this point in the history
  10. generate flutter petstore output

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    8608fb6 View commit details
    Browse the repository at this point in the history
  11. Add new flutter test project

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    0844b8f View commit details
    Browse the repository at this point in the history
  12. move generated client to make it usable

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    3217b62 View commit details
    Browse the repository at this point in the history
  13. use generated swagger petstore plugin

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a19ec79 View commit details
    Browse the repository at this point in the history
  14. add support for lists of objects

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    c2dff30 View commit details
    Browse the repository at this point in the history
  15. add DateTime support

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    624d1a5 View commit details
    Browse the repository at this point in the history
  16. fix listFromJson implementation

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    5c63681 View commit details
    Browse the repository at this point in the history
  17. fix NPEs in DateTime operations + place order in sample

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    60d8a7f View commit details
    Browse the repository at this point in the history
  18. Small readme changes

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    0bc9519 View commit details
    Browse the repository at this point in the history
  19. bugfixes

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a72c698 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e688c8c View commit details
    Browse the repository at this point in the history
  21. fix generated samples

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    177a006 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8e9caac View commit details
    Browse the repository at this point in the history
  23. better list implementation

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d64b6ce View commit details
    Browse the repository at this point in the history
  24. use StringBuffer

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    9bf408b View commit details
    Browse the repository at this point in the history
  25. removed FlutterClientCodegen

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    e002156 View commit details
    Browse the repository at this point in the history
  26. fix browser client

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    2f41e94 View commit details
    Browse the repository at this point in the history
  27. fix dependencies

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    b5d4f30 View commit details
    Browse the repository at this point in the history
  28. swagger-browser-client for browserClient testcases

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    9f23d48 View commit details
    Browse the repository at this point in the history
  29. fix scripts

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    cbc3be7 View commit details
    Browse the repository at this point in the history
  30. removed flutter scripts

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    794f0b1 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9d77daa View commit details
    Browse the repository at this point in the history
  32. remove unneeded devDependencies

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    999adfc View commit details
    Browse the repository at this point in the history
  33. Regenerated samples

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    154d2c5 View commit details
    Browse the repository at this point in the history
  34. fix call to mapFromJson, it is not a constructor

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    eb58382 View commit details
    Browse the repository at this point in the history
  35. remove pointless string serialization

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    2672071 View commit details
    Browse the repository at this point in the history
  36. regenerated dart samples

    Jörn Ahrens committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    d99040e View commit details
    Browse the repository at this point in the history