Skip to content

Releases: gmpassos/resource_portable

v3.1.2

24 Feb 02:31
8bef124

Choose a tag to compare

  • Renamed io_html.dart to io_web.dart.

    • Remove use of dart:html (deprecated) and use package http.
  • http: ^1.3.0

v3.1.1

24 Feb 02:03

Choose a tag to compare

  • sdk: '>=3.5.0 <4.0.0'

  • collection: ^1.18.0

  • path: ^1.9.1

  • typed_data: ^1.4.0

  • test: ^1.25.15

  • lints: ^5.0.0

  • dependency_validator: ^3.2.3

v3.0.2

04 Apr 10:34

Choose a tag to compare

- `resolve_io.dart`:
  - `resolveUri`: allow working dir path resolution (useful for compiled/native execution).
- collection: ^1.17.0
- path: ^1.8.3

v3.0.1

21 Dec 02:23
1e8dbcc

Choose a tag to compare

  • Added example/resource_portable_example.dart.
  • Improved Dart CI.
  • typed_data: ^1.3.1
  • test: ^1.22.1
  • lints: ^2.0.1
  • dependency_validator: ^3.2.2

v3.0.0

06 Mar 05:49

Choose a tag to compare

Upgrade tests command: `dart test`

v2.1.8

18 Sep 10:27

Choose a tag to compare

- dartfmt
- sdk: '>=2.7.0 <3.0.0'
- typed_data: ^1.2.0
- test: ^1.15.4
- pedantic: ^1.9.2
- CI: vm and firefox tests.