rest_simplified 0.0.17 copy "rest_simplified: ^0.0.17" to clipboard
rest_simplified: ^0.0.17 copied to clipboard

A Simplified Rest approach for Flutter. The concept of this package is to easily map json to bean and vice-versa.

0.0.17 #

  • Fix bug to parse List before parsing primitive types

0.0.16 #

  • Fix bug after adding method serviceAnyBody to serialize any kind of body

0.0.15 #

  • Add method serviceAnyBody to serialize any kind of body

0.0.14 #

  • Upgrade http dependency to http 1.1.0

0.0.13 #

  • Improve exception management
  • Take into account http 204 to return null

0.0.12 #

  • Fix bug when return value of a service is a boolean

0.0.11 #

  • Fix bug in new method .service

0.0.10 #

  • Fix bug in delete
  • Fix documentation

0.0.9 #

  • Add a generic method 'service' to post anything anyhow
  • Fix the return type of the bean to json parser to return Map<String, dynamic>

0.0.8 #

  • Reformat

0.0.7 #

  • Add automatic parsing when exepcting output as String, int, double, bool

0.0.6 #

  • Add DELETE / PATCH methods
  • Rename addURL into addPath
  • Rename Protocol into Method
  • Add more complete example

0.0.5 #

  • Fix minor bugs

0.0.4+3 #

  • Fix bug when serializing POST and PUT

0.0.4+3 #

  • Fix again the layout of the example.md

0.0.4+2 #

  • Fix layout of the example.md

0.0.4+1 #

  • Fix name of the example to match best practices

0.0.4 #

  • Add example, fix package description

0.0.3 #

  • Republish for technical reason

0.0.2 #

  • Fix blocking bug

0.0.1 #

  • Very first draft
0
likes
130
pub points
0%
popularity

Publisher

verified publisherlapetina.fr

A Simplified Rest approach for Flutter. The concept of this package is to easily map json to bean and vice-versa.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, http

More

Packages that depend on rest_simplified