joker_dio 0.1.1+1
joker_dio: ^0.1.1+1 copied to clipboard
Companion package for Joker. Enables HTTP request mocking with package:dio on all platforms, including web, via a Dio interceptor.
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_diopackage. - Provides
JokerDioInterceptorto enable Joker mocking with thediopackage. - Ensures compatibility across all platforms, including web.
- Re-exports the core
jokerlibrary for a single, convenient import.