rest_simplified 0.0.7 rest_simplified: ^0.0.7 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.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