io_universe 0.0.2 copy "io_universe: ^0.0.2" to clipboard
io_universe: ^0.0.2 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());
  Platform;
}
0
likes
0
points
1.5k
downloads

Publisher

unverified uploader

Weekly Downloads

Io Universe For Support All Program in any platform.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

Funding

Consider supporting this project:

github.com
github.com

License

unknown (license)

Dependencies

collection, meta, typed_data

More

Packages that depend on io_universe