Skip to content

Releases: Skycoder42/libsodium_dart_bindings

Release of package sodium_libs - Version 4.0.1

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:51
635c58d

Changelog

4.0.1 - 2026-07-11

Changed

  • Updated min sdk version to ^3.12.0
  • Updated min flutter version to >=3.44.0
  • Updated dependencies

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

Release of package sodium - Version 4.0.3

Choose a tag to compare

@github-actions github-actions released this 11 Jul 14:33
635c58d

Changelog

4.0.3 - 2026-07-11

Changed

  • Updated min sdk version to ^3.12.0
  • Updated dependencies

Fixed

  • Link the linux native library with -Wl,-Bsymbolic-functions
    • Prevents symbol collisions with other flutter plugins (#211)
    • Works as hardening step to make it harder to manipulate the library

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

Release of package sodium - Version 4.0.2+1

Choose a tag to compare

@github-actions github-actions released this 14 Apr 06:21
cd18a62

Changelog

4.0.2+1 - 2026-04-14

Changed

  • Updated embedded libsodium binaries

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

Release of package sodium - Version 4.0.2

Choose a tag to compare

@github-actions github-actions released this 10 Apr 15:11
c0c252b

Changelog

4.0.2 - 2026-04-10

Fixed

  • Drop -l flag from bash invocation for make on windows (#192)
  • Automatically fall back to temporary directory for building when build folder contains spaces (#192)
  • Update README on how to setup for cross compilation of android on windows (#192)

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

Release of package sodium - Version 4.0.1+2

Choose a tag to compare

@github-actions github-actions released this 07 Apr 11:40
530e25f

Changelog

4.0.1+2 - 2026-04-07

Changed

  • Updated embedded libsodium binaries

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

Release of package sodium - Version 4.0.1+1

Choose a tag to compare

@github-actions github-actions released this 31 Mar 07:12
e791148

Changelog

4.0.1+1 - 2026-03-31

Changed

  • Updated embedded libsodium binaries

Fixed

  • Only build code assets when configuration is enabled

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

Release of package sodium - Version 4.0.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 06:15
5099768

Changelog

4.0.1 - 2026-03-30

Changed

  • Updated embedded libsodium binaries

Fixed

  • Fixed Android builds on Windows (#192)
    • Instead of using the predefined wrapper scripts, which only work on unix, automake is used directly
    • Requires a usable non WSL bash installation on the compiler machine
  • Fixed Problem with Windows path length limitations (#193)

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

Release of package sodium - Version 4.0.0+1

Choose a tag to compare

@Skycoder42 Skycoder42 released this 17 Mar 05:50
ec9beba

Changelog

4.0.0+1 - 2026-03-17

Changed

  • Updated embedded libsodium binaries

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

Release of package sodium_libs - Version 4.0.0

Choose a tag to compare

@Skycoder42 Skycoder42 released this 12 Mar 05:50
9a5df5f

Changelog

4.0.0 - 2026-03-12

Deprecated

  • Thanks to the use of native assets and build hooks in the main sodium package, this library is not needed anymore
    and can be removed. The main sodium package will now directly include the embedded libsodium binaries for all
    platforms and handle the native integration itself.

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

Release of package sodium - Version 4.0.0

Choose a tag to compare

@Skycoder42 Skycoder42 released this 12 Mar 05:30
fb12009

Changelog

4.0.0 - 2026-03-11

Changed

  • Introduced native assets! This comes with a number of benefits:
    • The native libsodium dependencies are now built via build-hooks for all supported platforms and included in the package as assets
    • This works for dart and flutter likewise
    • Sodium instances can now be passed between isolates (the limitation for keys still applies)
  • Updated embedded libsodium version to 1.0.21
  • Updated embedded sodium.js version to 0.8.2

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