http_platforms 1.0.0
http_platforms: ^1.0.0 copied to clipboard
A versatile HTTP networking package for Dart/Flutter that supports Web, Android, and iOS. Simplify API requests with cross-platform compatibility.
Publishing http_platforms 1.0.0 to https://github.com CHANGELOG.md ├── README.md ├── analysis_options.yaml ├── example │ └── http_platforms_example.dart ├── lib │ ├── http_platforms.dart │ └── src │ ├── app │ │ └── http_platform.dart │ ├── http_platform.dart │ ├── http_platform_stub.dart │ ├── model │ │ └── http_platform_response.dart │ └── web │ └── http_platform.dart ├── pubspec.yaml └── test └── http_platforms_test.dart