joker_http 0.1.1+1
joker_http: ^0.1.1+1 copied to clipboard
Companion package for Joker. Enables HTTP request mocking with package:http on all platforms, including web, via a compatible client.
Changelog #
0.1.1+1 #
🌐 Web and WASM Compatibility #
- Added explicit platform declarations in
pubspec.yaml(android, ios, linux, macos, web, windows) - Updated dependency to
joker ^0.2.1+1which fixes Web/WASM compatibility issues - No breaking changes - all functionality remains the same
0.1.0 #
- Initial release of the
joker_httppackage. - Provides the
createHttpClient()factory function to create ahttp.Clientcompatible with Joker. - Ensures compatibility across all platforms, including web.
- Re-exports the core
jokerlibrary for a single, convenient import.