sim_api 0.0.2
sim_api: ^0.0.2 copied to clipboard
SimApi is particularly valuable for Flutter app development but can be integrated into any Dart project requiring offline API simulation. It offers a robust, easy-to-use toolset for testing various AP [...]
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.