translocale_delivery 0.1.6
translocale_delivery: ^0.1.6 copied to clipboard
Read-only approved translation delivery with offline fallback for Dart and Flutter apps.
Changelog #
0.1.6 #
- Add automatic SDK version, wording source, cache state and failure categories, deduplicated outcome events, and successful download/validation timings.
- Automatically report project-scoped installations, verified active releases, platform/runtime, and delivery error categories with existing OTA checks. No reporting configuration is exposed.
- Separate persistent installations from sessions when storage is unavailable. Reporting failures preserve translation delivery.
0.1.5 #
- Add illustrated project, catalog, review, and credential setup instructions.
- Explain the app configuration format and keep authoring tokens separate.
- Documentation only; package code is unchanged.
0.1.4 #
Expose parsed message parameter constraints through FlutterMessageFormatter.parameters using the runtime grammar. Delivery behavior is unchanged.
0.1.3 #
- Allow the Dart 3.12 prerelease SDK shipped by DartNative. Delivery behavior is unchanged.
0.1.2 #
- Clarify when to use the Dart client or Flutter runtime.
- Add platform guidance and simplify the client setup example.
- Documentation only; package behavior is unchanged.
0.1.1 #
- Rewrite setup and recovery instructions with complete examples and explicit configuration requirements.
- Add real iOS and Flutter web screenshots, including Arabic right-to-left layout.
- Confirm production delivery availability. Package behavior is unchanged.
0.1.0 #
-
Add a read-only delivery client with built-in fallback, compatible release validation, conditional requests, and rollback.
-
Add an optional atomic native file cache and lifecycle controls for automatic polling.
-
Verify service-generated ARB fixtures and a separately installed Dart consumer against the local service.
-
Format Flutter-compatible ICU messages with generated fallback, including nested selects/plurals and escaped literals.
-
Integrate with typed adapters generated by the Flutter tooling; compare output with
gen-l10nand test delegate reload in widgets. -
Document the shared runtime API and separate request lifecycle from response validation.