alice icon indicating copy to clipboard operation
alice copied to clipboard

HTTP Inspector for Flutter. Allows checking HTTP connections with UI inspector.

Results 56 alice issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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**...

new issue

**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....

new issue

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.

enhancement
new issue