universal_io 0.0.1 copy "universal_io: ^0.0.1" to clipboard
universal_io: ^0.0.1 copied to clipboard

outdated

Supports a subset of 'dart:io' in all platforms (browser, VM, and Flutter).

Overview #

  • A Dart package that supports a subset of 'dart:io' in all platforms (browser, VM, and Flutter).
  • Currently, the package supports:
    • FileSystemEntity and related classes
      • In browser, access to all directories and files is denied.
      • You can override behavior inside a zone.
    • HTTPClient
      • In browser, a notable difference to VM/Flutter is that a connection to the server is established only after the HttpClientRequest.close() has been invoked.
    • Platform
      • You can override behavior inside a zone.

License #

Licensed under the MIT License. Some of the source code was adopted from the original 'dart:io' in Dart SDK.

212
likes
0
pub points
99%
popularity

Publisher

verified publisherdint.dev

Supports a subset of 'dart:io' in all platforms (browser, VM, and Flutter).

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

convert, http

More

Packages that depend on universal_io