alice
alice copied to clipboard
HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.
Changelog: * Added chopper adapter tests * Added support for form data for Chopper
**Is your feature request related to a problem? Please describe.** Add unit tests for adapter packages (where applicable). **Describe the solution you'd like** Unit tests which will be run by...
options.queryParameters is used by Dio to offer an entrypoint for developpers to give query parameters easily. options.queryParameters didn't contain queryParameters put inside path string : ```dart Dio().get( "https://test.com/home?test=youWillNotSeeMe", queryParameters: {...
**Describe the bug** In the CHANGELOG.md file of the alice package (for `v1.0.0` and later) there is no migration guide linked on how to migrate from older versions. **To Reproduce**...
**Describe the bug** Query parameters are not present when doing HTTP call with for example "https://jsonplaceholder.typicode.com/posts?userId=1" (see code example in next section). **To Reproduce** Steps to reproduce the behavior: 1....
Apart from showing the info in inspector, please also add curl and give option to share that curl as well. It would make developer's life easier.