sim_api 0.0.5
sim_api: ^0.0.5 copied to clipboard
SimApi provides simulated APIs for development and testing in Flutter and Dart.
0.0.1 #
- Initial release of the SimApi package.
- Added support for simulating API interactions including POST, GET, PUT, PATCH, and DELETE requests.
- Implemented in-memory data storage and management.
- Added functionality for generating unique IDs and handling route parameters.
- Included delay simulation to mimic network latency.
- Provided comprehensive API for registering routes and handling requests.
0.0.2 #
- Fix package description.
0.0.3 #
- Fix package example and description.
0.0.4 #
- Edit custom route handler.
0.0.5 #
- Fix response type and encoding.