locorda_mapping_bootstrap_generator 0.5.2
locorda_mapping_bootstrap_generator: ^0.5.2 copied to clipboard
Build-time generator that embeds Locorda CRDT merge contracts (mapping documents) into your app bundle at compile time for offline-first cold-start.
0.5.1 #
0.5.0 #
- Initial public release
MappingBootstrapBuilder: build_runner builder that discovers CRDT mapping Turtle documents from package assets and embeds them asconst List<String> bootstrapMappingsinsrc/generated/mapping_bootstrap.g.dart- Enables offline-first CRDT merge contract loading without runtime HTTP requests
- Applied automatically when using
locorda_devas a dev dependency