io_universe 0.0.0 copy "io_universe: ^0.0.0" to clipboard
io_universe: ^0.0.0 copied to clipboard

Io Universe For Support All Program in any platform.

example/example.dart

import 'package:io_universe/io_universe.dart';

void main() async {
  // Use 'dart:io' HttpClient API.
  final httpClient = HttpClient();
  final request = await httpClient.getUrl(Uri.parse('https://dart.dev'));
  final response = await request.close();
  print(response.toString());
}
0
likes
0
points
1.5k
downloads

Publisher

unverified uploader

Weekly Downloads

Io Universe For Support All Program in any platform.

License

unknown (license)

Dependencies

collection, meta, typed_data

More

Packages that depend on io_universe