reflutter 0.5.2 copy "reflutter: ^0.5.2" to clipboard
reflutter: ^0.5.2 copied to clipboard

outdated

A library to generate HTTP clients from metadata specified by users. The thought is that this can be used by Flutter based mobile apps to connect to their backend resources.

Changelog #

0.5.2 #

  • Fixed a bug where null or undefined query parameters were included in query strings.

0.5.1 #

  • Reintroduced request/response interceptors
  • Cleaned up output code.

0.5.0 #

  • Updated typing and some other code quality issues.
  • Increased support for query parameters
  • Support for optional parameters.
  • Updated packages and serialization support.

0.3.0 #

  • Reorganized into three separate packages. reflutter will serve as the main dependency while refluter_generator can be a dev dependency.
  • Removed the dependency on the Jaguar project for serialization. Instead, we opt for the more standard Dart JSON serialization.
  • Test infrastructure and some very simple unit tests have been added.
  • Travis build infrastructure updated.

0.2.4 #

0.2.3 #

  • Build change to cache items between phases.

0.2.2 #

  • Initial release with a changelog.
0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A library to generate HTTP clients from metadata specified by users. The thought is that this can be used by Flutter based mobile apps to connect to their backend resources.

Repository

License

MIT (LICENSE)

Dependencies

analyzer, http, meta

More

Packages that depend on reflutter