Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium - Version 2.1.2

06 Sep 14:28
1b601bb
Compare
Choose a tag to compare

Changelog

2.1.2 - 2023-09-06

Changed

  • Update min required dart SDK to 3.1.0
  • Update dependencies
  • Update formatting

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.1+3

16 Aug 11:33
e085864
Compare
Choose a tag to compare

Changelog

2.1.1+3 - 2023-08-15

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.1+1

28 Jun 07:41
e66f260
Compare
Choose a tag to compare

Changelog

2.1.1+1 - 2023-06-28

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.1

07 Jun 10:37
82f8e8d
Compare
Choose a tag to compare

Changelog

2.1.1 - 2023-06-07

Changed

  • Update dependencies
  • Update min dart sdk to 3.0.0
  • Update min flutter sdk to 3.10.0
  • Update min sodium version to 2.1.1
  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium - Version 2.1.1

06 Jun 06:02
5d1a158
Compare
Choose a tag to compare

Changelog

2.1.1 - 2023-06-06

Changed

  • Update dependencies
  • Update min dart SDK to 3.0.0

Removed

  • Remove non libsodium definitions from generated ffi code

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.0+1

26 Mar 08:50
3b0f708
Compare
Choose a tag to compare

Changelog

2.1.0+1 - 2023-03-26

Changed

  • Update embedded libsodium binaries

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.1.0

24 Mar 15:41
2fc0038
Compare
Choose a tag to compare

Changelog

2.1.0 - 2023-03-24

Changed

  • macOs and iOs now use embedded libsodium binaries instead of depending on Swift-Sodium
    • This "unlocks" all libsodium APIs
    • Upstream changes to libsodium can be updated easier and faster
  • Windows now uses an embedded libsodium instead of downloading it at build time
    • minisign is not needed anymore for the build
    • build is more robust and upstream changes can be distributed more easily
  • Improve libsodium integration so stable upstream changes are available faster for the package

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.0.1+1

09 Mar 15:06
6ea8795
Compare
Choose a tag to compare

Changelog

2.0.1+1 - 2023-03-09

Fixed

  • Fixed invalid publishing config that prevented android binaries from beeing published

The package and it's documentation are available at pub.dev.

Release of package sodium_libs - Version 2.0.1

09 Mar 14:14
4cf112a
Compare
Choose a tag to compare

Changelog

2.0.1 - 2023-03-09

Changed

  • The plugin now does not call WidgetsFlutterBinding.ensureInitialized(); anymore. Instead, you have to do so yourself
    in case you need to initialize sodium before the first frame is rendered. See README for more details (#24)
  • Depends on sodium version 2.1.0
  • Set minimum required dart SDK version to 2.19.0
  • Set minimum required flutter SDK version to 3.7.0
  • Update dependencies

The package and it's documentation are available at pub.dev.

[INTERNAL] Precompiled libsodium binaries v1.0.18

19 Mar 11:25
6ea8795
Compare
Choose a tag to compare

Internal release of precompiled libsodium binaries, required for the sodium_libs package.