diene_dart_lib 1.0.0
diene_dart_lib: ^1.0.0 copied to clipboard
A generic pure-Dart library template — a Note value type with a JSON wire codec and a pure summariser, ready to retokenize into a real package.
1.0.0 - 2026-07-26 #
0.0.0 #
- Establish the pure-Dart library template: workspace-member package metadata, strict analysis options, and pub.flutter-io.cn publish hygiene.
- Add the replaceable
Notesample: an immutable value type with a JSON wire codec and the puresummarizeNotetransform, exported from the barrel. - Add the dependency-light
assertNoteSummaryTestHelper and its meta suite. - Add the C0 fixture harness with a SHA-256 digest manifest and a decode/encode/decode round trip.