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

outdated

Cross-platform 'dart:io' that works in browsers, Flutter, and VM.

0.8.6 #

  • Fixed documentation and small fixes related to nodejs_io.

0.8.5 #

  • Raised minimum SDK to 2.6 and upgraded dependencies.
  • Changed how CORS credentials mode is enabled. It was previously enabled with a header, but now we introduced subclasses for HttpClient and HttpClientRequest. This is a breaking change, but we decided not to bump the major version number.
  • Improved analysis and test settings.

0.8.4 #

  • Added 'prefer_sdk/io.dart' and 'prefer_universal/io.dart' libraries for dealing with conditional export issues.
  • Library 'package:universal_io/io.dart' now exports SDK version by default.

0.8.3 #

  • Replaced IP address parsing with the new Uri.parseIPv4Address / Uri.parseIPv6Address.
  • Fixed missing HTTP status codes.

0.8.2 #

  • Fixed problems introduced by Dart SDK 2.5.0-dev-2.0.

0.8.1 #

  • Fixed pubspec.yaml and documented Dart SDK 2.5 breaking changes.

0.8.0 #

  • Updated classes to Dart 2.5. See Dart SDK documentation about the changes.
    • Various APIs now return Uint8List instead of List<int>. Examples: File, Socket, HttpClientResponse.
    • Various other breaking changes such as Cookie constructor.

0.7.3 #

  • Fixed the following error thrown by the Dart build system in some cases: "Unsupported conditional import of dart:io found in universal_io|lib/io.dart".

0.7.2 #

  • Small fixes.

0.7.1 #

  • Fixed various bugs.
  • Improved the test suite.

0.7.0 #

  • Improved driver base classes and the test suite.

0.6.0 #

  • Major refactoring of IODriver API.

0.5.1 #

  • Fixed small bugs.

0.5.0 #

  • Fixed various bugs.
  • Re-organized source code.
  • Eliminated dependencies by doing IP parsing in this package.
  • Improved the test suite for drivers.
212
likes
40
pub points
99%
popularity

Publisher

verified publisherdint.dev

Cross-platform 'dart:io' that works in browsers, Flutter, and VM.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

meta, zone_local

More

Packages that depend on universal_io