http_platforms 1.0.0 copy "http_platforms: ^1.0.0" to clipboard
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

1
likes
0
points
62
downloads

Publisher

unverified uploader

Weekly Downloads

A versatile HTTP networking package for Dart/Flutter that supports Web, Android, and iOS. Simplify API requests with cross-platform compatibility.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

http, http_parser, mime

More

Packages that depend on http_platforms