webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

Use Dart native build hooks for packaging

Open jonasfj opened this issue 1 year ago • 1 comments

While native hooks in the Dart and Flutter SDK are still experimental, we should explore using them for building.

This would allow this package to no longer be a Flutter plugin, and thus, enable server applications using the Dart SDK to rely on this package.

jonasfj avatar Feb 12 '25 12:02 jonasfj

Build hooks are now stable: https://dart.dev/tools/hooks

emersion avatar Nov 13 '25 16:11 emersion