https://pub.dev/feed.atomRecently published packages on pub.dev2026-07-20T07:36:49.451636ZPub Feed Generatorurn:uuid:6c4daeca-c81d-431f-9bc9-88c16f05b996v0.6.2 of ffuzzy2026-07-20T07:36:49.451636ZFast fuzzy search for Flutter, powered by a compact C engine via dart:ffi: fuzzy/substring/prefix/postfix/exact matching over a resident corpus, multi-threading, async filtering, hit highlighting, and [...] Changelog excerpt: Five-way parallel code review + two targeted expert passes across the whole stack (C core, FFI bridge, Dart, WASM/TS), fixing correctness/memory-safety bugs found since 0.6.0 shipped — no public API changes. - **Fix: FAST-mode fuzzy scoring silently dropped valid long-range matches.** `ffz_fuzzy.c`'s default scoring mode used `0`as both "gap score is legitimately zero" and "no gap path exists" — a match whose accumulated gap penalties decayed to exactly 0 was treated as no-match. Now tracked vi[...]urn:uuid:bdcf3631-1f3e-4eda-b618-7957b7589a3bv1.10.1 of fdb_helper2026-07-20T07:35:11.093390Zappflate.ioHelper package for fdb (Flutter Debug Bridge). Registers VM service extensions for widget interaction, SharedPreferences access, and app data cleanup. Changelog excerpt: No functional changes. Version bump to keep lockstep with `fdb`1.10.1 (Windows compatibility fixes in the CLI host process; `fdb_helper`itself is unaffected).urn:uuid:2d626c34-d3df-47cf-98cb-837f9ea248ebv1.10.1 of fdb2026-07-20T07:34:59.143470Zappflate.ioFlutter Debug Bridge - CLI for AI agents to interact with running Flutter apps on device. Launch, reload, screenshot, inspect widget tree, filter logs. Changelog excerpt: ### Fixes - Windows: `fdb`no longer crashes on `which`(Windows has no `which`binary) — tool lookup now dispatches to `where`on Windows. Affects `mem`, `doctor`, `syslog`, `crash-report`, and `attach`'s VM URI auto-discovery. - Windows: `fdb launch`and `fdb attach`no longer crash immediately — they no longer try to watch `SIGTERM`, which Dart cannot watch on Windows. - Windows: PID-liveness checks (previously `kill -0`) now use `tasklist`on Windows. Fixes `fdb launch`falsely reporting the app di[...]urn:uuid:6bcccbb6-a0aa-4cff-8197-9abe2f4f53f7v0.9.7 of dartastic_opentelemetry2026-07-20T07:29:48.171406Zmindfulsoftware.comOpenTelemetry SDK for Dart and Flutter. Distributed tracing, metrics, OTLP exporters (gRPC/HTTP), and context propagation for observability backends.urn:uuid:efbe85ed-b7ef-4e25-9520-01068d1795bbv1.1.0-beta.11 of dartastic_opentelemetry2026-07-20T07:28:54.750030Zmindfulsoftware.comOpenTelemetry SDK for Dart and Flutter. Distributed tracing, metrics, OTLP exporters (gRPC/HTTP), and context propagation for observability backends. Changelog excerpt: ### Changed - Doc only, README.md platform updates and clarity.urn:uuid:677d2ab7-d6bd-4f2c-bf13-65869e85dbdav1.0.8 of qcrplugin2026-07-20T07:27:36.111658ZFlutter plugin for AI-powered image capture, barcode scanning, OCR, and quality check workflows.urn:uuid:1b9042b9-cdce-4bdb-acfe-422ff337285bv0.24.1 of forui2026-07-20T07:23:10.878424Zduobase.ioBeautifully designed, minimalistic Flutter widgets for desktop & touch devices. Designs are heavily inspired by shadcn/ui and are fully customizable. Changelog excerpt: ### `FTooltip` - Add `FTooltipStyle.constraints`.urn:uuid:6c771470-ffe9-4497-a3b4-53af00e1a23bv0.0.3 of sapsis_secure_device_check2026-07-20T07:18:58.410952ZSecurityCheck is a utility class that performs basic Android And IOS device security checks. It helps identifywhethera device has security settings enabled that may increase the risk of tampering or debugging Changelog excerpt: ### Initial Release #### Added - Fixed iOS plugin integration. - Added the missing iOS podspec file. - Resolved CocoaPods installation issues. - Improved iOS compatibility.urn:uuid:312c8dec-0c21-4b60-b12c-85fd68f76b0bv1.1.0-beta.10 of dartastic_opentelemetry2026-07-20T07:12:52.832485Zmindfulsoftware.comOpenTelemetry SDK for Dart and Flutter. Distributed tracing, metrics, OTLP exporters (gRPC/HTTP), and context propagation for observability backends. Changelog excerpt: ### Fixed - **`W3CBaggagePropagator.extract`no longer discards the incoming context when the `baggage`header is absent**(#87). It returned a fresh context instead of the passed one, so in the spec-default composite (tracecontext, then baggage) any request carrying `traceparent`but no `baggage`header lost its just-extracted span context — breaking traces at every service boundary unless callers hand-ordered extraction. Per the Propagators API spec, extract now returns the passed context unchange[...]urn:uuid:09e38359-40c2-4fb0-a246-e307f8599f35v1.0.0 of device_security_checker2026-07-20T07:11:36.754419ZA Flutter plugin for detecting common device security risks such as Developer Mode, USB Debugging, Emulator/Simulator, and more. Changelog excerpt: ### Initial Release - Initial release of the `device_security_checker`plugin. - Added Developer Mode detection. - Added USB Debugging detection (Android). - Added Virtual Device detection (Android & iOS). - Introduced the `SecurityReport`API. - Included an example application.urn:uuid:96d75421-d099-4c49-bc8f-d0c3ed4384eev6.2.0 of flowr2026-07-20T07:05:28.797314Zwyattcoder.topFlowR: state management package for the MVVM pattern based on reactive programming. Changelog excerpt: - feat(flowr): add `FrProvider.listenable`and export `FrListenableProvider`for ChangeNotifier-backed FlowR view models. - fix(flowr): guarantee notifier cleanup when dispose hooks fail and avoid closing already-closed FlowR instances twice. - docs(skill): migrate FlowR usage and ACDD scaffold guidance from `ChangeNotifierProvider`to `FrProvider.listenable`.urn:uuid:42559bfa-03d5-466b-bef6-0efcdd9fa254v0.1.1 of flutter_stompsocket2026-07-20T06:57:04.725921ZProduction-ready STOMP-over-WebSocket client for Flutter: shared-parse callbacks, auto re-subscribe on reconnect, offline send buffering, auto/manual ack. Changelog excerpt: - **Fix: 二进制误判导致文本消息解析失败。** `stomp_dart_client`的 parser 在 `content-type`为 `application/octet-stream` **或缺失**时都会把 body 归入 `binaryBody`——而 ActiveMQ 等服务端常不写 `content-type`,导致纯 JSON 文本也 被当成二进制、走进 `binaryDecoder`(没配就直接解析失败)。现在:显式标注 `octet-stream`才走二进制快路径;其余一律先做严格 UTF-8 解码探测,成功就走 文本解析,只有结构上违反 UTF-8(压缩/真二进制数据)才落回 `binaryDecoder`。 - **Fix: 大包异步解析期间断线重连,可能对旧会话误发 ACK/NACK。**smart 模式的 自动应答原本没有会话代次校验(manual 模式已有):一个大包在后台 isolate 解析 期间断线又重连,`_onConnect`复用同一批 `_Subscription`对象导致 `identical()`检查通过,`client.conn[...]urn:uuid:2d1b3191-46f8-4269-a084-192273d87be5v0.0.1 of zeba_academy_breadcrumb2026-07-20T06:56:11.651530ZA flexible and customizable breadcrumb navigation widget for Flutter applications. Changelog excerpt: ### Added - Initial release of `zeba_academy_breadcrumb`. - Added `ZebaBreadcrumb`widget for breadcrumb navigation. - Added `ZebaBreadcrumbItem`model for defining breadcrumb items. - Added support for clickable breadcrumb items. - Added support for item-level tap callbacks. - Added support for parent-level `onItemTap`callbacks. - Added customizable breadcrumb separators. - Added support for custom separator builders. - Added optional icons for breadcrumb items. - Added active/current breadcrumb[...]urn:uuid:bf248564-c2e2-4161-bd63-646b6a1f7253v0.0.5 of koi_network2026-07-20T06:56:11.343060ZEnterprise-grade network library built on Dio with configurable response parsing, request encoding, token refresh, retry, caching, and adapter-based architecture. Changelog excerpt: ### Fixed - Preserve `null`request bodies for body-less GET and POST requests instead of encoding them as an empty JSON object. - Do not invoke global authentication-failure handling for unauthenticated or configured public endpoints that return an authentication status. - Restore field-level messages for checked JSON deserialization failures. - Use Chinese defaults for request, loading, authentication, and Dio errors. ### Changed - Apply `tokenRefreshWhiteList`consistently to token refresh a[...]urn:uuid:c4937e8c-4c3a-4921-b355-82859129aecbv0.10.2 of onnx_runtime_dart2026-07-20T06:54:14.183123Zcrispstro.beA pure-Dart ONNX inference runtime for transformer-style models — no FFI, runs on every target including web and WebAssembly. Changelog excerpt: - **~5× faster 2-D `ConvTranspose`.**The 2-D transposed convolution had only a naive per-element output scatter (`O(C·H·W·kH·kW·M)`, cache-hostile — seconds per call on decoder/vocoder-style graphs). Added a GEMM + col2im fast path (batch 1, no explicit `output_shape`) that runs the channel contraction on the SIMD kernel and overlap-adds the result — mirroring the existing 1-D path. Measured on htdemucs: the 8 ConvTranspose calls went 94.9s → 18.2s (~5.2×, from 28% of runtime to 5%), output unch[...]urn:uuid:9afab35e-8389-4dc8-b031-8474956b9a5ev0.1.0 of ctechpay2026-07-20T06:50:58.409162ZOfficial Flutter and Dart SDK for CtechPay in-app Airtel Money payments and card checkout status checks. Changelog excerpt: - Initial Flutter and Dart SDK release. - Added `CtechPayClient`for authenticated CtechPay API requests. - Added Airtel Money payment initiation, status checks, transaction details, reference lookup, and `payAndPoll`. - Added in-app card checkout using CtechPay hosted card payment pages. - Added hosted card status polling by `order_reference`. - Added responsive `CtechPayCheckoutPage`with CtechPay, Airtel Money, and card assets. - Added packaged WebView checkout page for card payments. - Added e[...]urn:uuid:7baf140c-6ebc-46bc-a945-5b36e6aeed75v1.0.3 of monkey_button2026-07-20T06:49:55.571130ZAn interactive, animated Floating Action Button (FAB) canvas overlay styled like a cute monkey or high-tech robot that runs, jumps, waves, sits, and climbs walls dynamically. Changelog excerpt: - **Repository Config Fix**: Corrected GitHub username references in repository links and raw documentation image URLs.urn:uuid:551ba74c-8f40-4bb0-9c69-98d80df2e3a8v0.3.2 of js_widget_runtime2026-07-20T06:48:22.298111ZRun JavaScript widgets as Flutter widgets using QuickJS (VM) or Web Workers (web). Changelog excerpt: - Export `UiViewTreeNormalizer`from the public API so hosts can reuse the same React/HTML-style node-name aliases.urn:uuid:82b6e2c6-b2f9-4526-84d5-b1288eeeb8e7v0.11.31 of lovoj_video_editor2026-07-20T06:48:01.021263ZCustom short video recording & editing SDK for Flutter — Camera2/MediaCodec (Android) + AVFoundation (iOS). Changelog excerpt: - **Fix Android build**— `CameraManager.computePreviewRotation()`used invalid references (`characteristics`, `activity`)urn:uuid:7de26395-97da-46df-bdea-e90996f18e86v0.1.5 of yknetworking2026-07-20T06:40:24.004146Zyknetworking. Changelog excerpt: - `YKInterceptorResponse.data`从 `final`改为可变,允许响应拦截器修改返回数据urn:uuid:1fc3fe80-3753-4957-ac22-590d7e0fa7a3v0.0.2 of fpj_core2026-07-20T06:37:33.268278ZMsrJie的Flutter封装基础库urn:uuid:5e541c77-58f8-465b-a2f3-d9eeda332031v1.0.1 of flutter_compress2026-07-20T06:36:53.732666ZNative video compression for Android, iOS & Web — no FFmpeg. Target-size/bitrate/quality control, HEVC with H.264 fallback, live progress and cancellation. Changelog excerpt: - Docs and pub.dev metadata polish (`dart format`, shorter description). No API or behavior changes.urn:uuid:e59db88f-ed32-459a-8658-83c10014022ev1.0.7 of flutter_midi_command_ble2026-07-20T06:33:39.687421Zinvisiblewrench.comShared BLE MIDI transport for flutter_midi_command based on universal_ble. Changelog excerpt: - Bump "flutter_midi_command_ble" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:b2c0f71e-5e92-46c0-ad55-94c746e659b5v1.0.7 of flutter_midi_command2026-07-20T06:33:36.741556Zinvisiblewrench.comA Flutter plugin for sending and receiving MIDI messages between Flutter and physical and virtual MIDI devices. Changelog excerpt: - FIX: export `MidiPairingInfoRemovedException`from `package:flutter_midi_command/flutter_midi_command.dart`. - Update federated package constraints to `^1.0.7`.urn:uuid:146ef12b-7f35-4e57-8a70-b84896bf5aabv1.0.7 of flutter_midi_command_darwin2026-07-20T06:33:32.016403Zinvisiblewrench.comDarwin (iOS/macOS) serial MIDI wrapper for flutter_midi_command. Changelog excerpt: - Bump "flutter_midi_command_darwin" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:b34bfef0-63f9-4092-a335-6e7b586f6bc1v1.0.7 of flutter_midi_command_android2026-07-20T06:33:29.119425Zinvisiblewrench.comThe Android implementation of flutter_midi_command, bridging the platform MIDI APIs to send and receive MIDI messages. Changelog excerpt: - Bump "flutter_midi_command_android" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:00b34d33-2c79-42be-8dd5-dbf778e103d6v1.0.7 of flutter_midi_command_web2026-07-20T06:33:26.186346Zinvisiblewrench.comThe web implementation of flutter_midi_command, using the browser Web MIDI API to send and receive MIDI messages. Changelog excerpt: - Bump "flutter_midi_command_web" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:8807ec11-ffff-45cc-8cec-934f748697ddv1.0.7 of flutter_midi_command_windows2026-07-20T06:33:23.229138Zinvisiblewrench.comThe Windows implementation of flutter_midi_command, using the WinMM MIDI API to send and receive MIDI messages. Changelog excerpt: - Bump "flutter_midi_command_windows" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:199ee22f-d2af-414f-a478-8d3eb873df61v1.0.7 of flutter_midi_command_linux2026-07-20T06:33:19.810202Zinvisiblewrench.comThe Linux implementation of flutter_midi_command, using ALSA sequencer to send and receive MIDI messages. Changelog excerpt: - Bump "flutter_midi_command_linux" to `1.0.7`and update the platform interface dependency constraint.urn:uuid:d7bdd982-cbe6-4013-bd36-5e3c55380470v1.0.7 of flutter_midi_command_platform_interface2026-07-20T06:33:16.762310Zinvisiblewrench.comA common platform interface for the FlutterMidiCommand plugin. Changelog excerpt: - Bump "flutter_midi_command_platform_interface" to `1.0.7`for the synchronized workspace release.urn:uuid:7d5dd0fa-1c67-4344-83a7-730a7d002e87v0.2.0 of layerman2026-07-20T06:28:09.233010ZHeadless overlay queue orchestrator: serial one-at-a-time queueing with priority, replace, overlap, conditions, cooldown and two-phase close; renders through any UI backend (showDialog / GetX / bot_to [...] Changelog excerpt: **Breaking — the manager is now headless (UI-agnostic).**The self-rendering `builder:`path is gone; `present:`is the sole rendering hook. The core no longer owns an `Overlay`, imports no `package:flutter/widgets.dart`, and mirrors the headless TS sister package. Why: the whole point is an orchestrator that doesn't care what renders. As long as `builder:`existed, the manager had to own an `Overlay`layer and be attached to an `OverlayState`— that *is*a UI responsibility, and it contradicted the g[...]urn:uuid:b8e9003e-cbc4-4797-a22b-3ddc192f5c51v0.0.1 of nativelan2026-07-20T06:26:46.302555ZNativeLan SDK for Flutter applications to deliver dynamic over-the-air localization updates. Changelog excerpt: - Initial release of NativeLan SDK for Flutter. - Support for OTA (over-the-air) translations. - In-memory singleton `NativeLanClient`with factory constructor. - Non-blocking initialization with local cache and background OTA update fetches. - Rebuild propagation via `NativeLanScope`InheritedWidget.urn:uuid:4bbf43de-f5ea-43a5-8822-37a546ebd8ffv1.0.2 of monkey_button2026-07-20T06:22:41.774231ZAn interactive, animated Floating Action Button (FAB) canvas overlay styled like a cute monkey or high-tech robot that runs, jumps, waves, sits, and climbs walls dynamically. Changelog excerpt: - **Documentation Assets Fix**: Updated relative image links in `README.md`to absolute raw GitHub URLs so they render properly in the package page on `pub.dev`.urn:uuid:40b92f69-2e59-4e44-b001-74535e1070dav1.0.1 of monkey_button2026-07-20T06:19:58.267108ZAn interactive, animated Floating Action Button (FAB) canvas overlay styled like a cute monkey or high-tech robot that runs, jumps, waves, sits, and climbs walls dynamically. Changelog excerpt: - **Menu Customization Update**: Refactored `MonkeyMenuItem`to accept a fully customizable `child`widget instead of a hardcoded icon and label. - **Size Controls**: Integrated scale sliders in the example app companions list. - **Interactive Media**: Added real screen recording GIF preview to the package documentation.urn:uuid:bd4b4f2e-45cd-4ce8-a002-fcf5a3365019v6.0.1 of fluwx_no_pay2026-07-20T06:19:10.277903Zopenflutter.devWeChat SDK Flutter plugin without payment — passes App Store payment compliance review. API is identical to fluwx; calling payment methods returns MissingPluginException. Changelog excerpt: - 修复 iOS FlutterSceneDelegate 下微信开放标签冷启动回调(#770)urn:uuid:c15e4b57-68fa-48f5-ade9-306ce563ebefv6.0.1 of fluwx2026-07-20T06:19:03.082031Zopenflutter.devThe capability of implementing WeChat SDKs in Flutter. With Fluwx, developers can use WeChatSDK easily, such as sharing, payment, launch mini program and etc. Changelog excerpt: - 修复 iOS FlutterSceneDelegate 下微信开放标签冷启动回调(#770)urn:uuid:d81e0ffa-7c16-4dc8-9e2d-1cbaefcea271v7.4.0 of mobile_scanner2026-07-20T06:14:20.540427Zsteenbakker.devA universal Flutter barcode and QR code scanner using CameraX/ML Kit for Android, AVFoundation/Apple Vision for iOS & macOS, and ZXing for web. Changelog excerpt: **New features** - Added `getBestCloseRangeScanningLens()`to determine which camera lens is best suited for scanning barcodes at close range (e.g. the ultra-wide/macro lens on newer iPhones). Returns `null`if no camera is available for the requested facing direction. **Improvements** - Added an optional `facing`filter to `getSupportedLenses`, to restrict results to front or back cameras. **Bug Fixes** - [Android] Fixed `getSupportedLenses`reporting physical sub-cameras that CameraX can't ac[...]urn:uuid:e301cb47-e917-4ebd-80be-afb08eea600bv1.1.0 of bcell2026-07-20T06:09:20.299460ZA Flutter data-grid widget with a pluto_grid-shaped API and spreadsheet features: a formula engine, multi-sheet workbooks, charts, pivot tables, and CSV/XLSX/PDF import-export. Changelog excerpt: Feature release: charts, pivot tables, workbook security, and styling options on top of 1.0.0 — all additive, no breaking API changes. - Charts — `BCellChart`companion widget (line / bar / pie via `fl_chart`) that plots the grid's filtered rows through evaluated formula values and redraws live on edits, sorts, and filters. - Pivot tables — `bcell_pivot.dart`aggregation plugin with a `toGrid()`helper that renders the pivot result as a regular `BCellGrid`. - Shared workbook — `bcell_workbook_shar[...]urn:uuid:99e0f828-c171-4351-86ac-88a21d1f3315v0.52.2-dev.5 of decorated_flutter2026-07-20T06:01:19.276180Z(自家用) Common encapsulation of Flutter includes the implementation of BLoC pattern and other widget combination.urn:uuid:893da25e-278d-45f8-885f-1437a28a8879v0.0.1 of zeba_academy_success_state2026-07-20T05:58:34.973567ZA beautiful and customizable success state widget for Flutter with an animated checkmark. Changelog excerpt: ### Added - Added the initial release of `zeba_academy_success_state`. - Added `ZebaSuccessState`for creating reusable success screens. - Added `AnimatedCheckmark`for standalone animated success indicators. - Added a custom animated checkmark drawing implementation using `CustomPainter`. - Added configurable checkmark size. - Added customizable checkmark color. - Added customizable circular background color. - Added configurable animation duration. - Added configurable [...]urn:uuid:54c62272-67ea-436d-9320-df8f55e34fbbv1.0.22 of payorc_flutter_v22026-07-20T05:48:19.982128ZA Flutter plugin for orc payment. Changelog excerpt: - Removed the temporary Apple Pay diagnostics logging API (`/sdk/logs`) used only for development testing. - Cleaned up Apple Pay wallet submission flow so the backend is only called after a valid token is generated. - Fixed direct `PayOrc.applePay`path to stop sending empty `paymentData.data`payloads.urn:uuid:a4764472-99f8-4272-969c-0cd56bc407f9v0.1.36 of flutter_agent_harness2026-07-20T05:45:32.510125ZCross-platform AI agent harness for Dart and Flutter: streaming provider adapters, agent loop with tools, session persistence, context compaction. Changelog excerpt: - fix(example): WebLLM context windows sized for the Fa system prompt + compaction scales with model window - feat(cli): headless mode — fa "prompt", -p alias, file-as-prompt (md/txt content, binary path ref)urn:uuid:8472d948-58fb-4484-890d-a681b3929dc9v10.9.8+3 of nim_core_v22026-07-20T05:41:11.095446Zyunxin.163.comA Flutter plugin for NetEase IM SDK on Android, iOS and Windows.urn:uuid:01af1623-f0e5-44b5-a203-35759307d6c8v0.2.3 of custom_pdf_editor2026-07-20T05:38:22.964195ZFlutter PDF viewer and on-canvas text editor for iOS (native PDFKit), plus PDF↔Word conversion. Requires a companion self-hosted backend (included in server/). Changelog excerpt: ### Added - **HANDOFF.md**- Comprehensive AI agent and developer onboarding documentation - Complete project architecture and implementation details - Step-by-step feature explanations (shrink-to-fit, font mapping, coordinate systems) - Backend API documentation for all endpoints - Development setup, testing strategies, and troubleshooting guide - Roadmap for future features and monetization ideas ### Changed - Updated documentation to reflect current feature statusurn:uuid:825e115a-b93e-4044-b3e6-b9f225d5936ev0.11.30 of lovoj_video_editor2026-07-20T05:25:39.399797ZCustom short video recording & editing SDK for Flutter — Camera2/MediaCodec (Android) + AVFoundation (iOS). Changelog excerpt: - **Export quality hardening**— always re-encode to target bitrate on final pass (no soft/blurry passthrough uploads) - **Camera preview**— rotation-aware aspect ratio selection for portrait recording on Android - **Voice UI**— track cards use stable keys so delete/remove refreshes Add Sound panel immediately - **Tests**— voice-over replacement and export-duration math covered in unit testsurn:uuid:6eb1904e-fe9f-4a6f-a672-5e4c72b92accv0.0.1 of zeba_academy_error_state2026-07-20T05:23:37.934148ZA reusable Flutter error state widget with customizable messages, icons, retry actions, and layouts. Changelog excerpt: ### Added - Added the initial release of `zeba_academy_error_state`. - Added the `ZebaErrorState`widget. - Added customizable error titles. - Added customizable error messages. - Added customizable retry button text. - Added retry callback support through `onRetry`. - Added optional error icon support. - Added customizable icon size. - Added customizable icon color. - Added customizable title text styles. - Added customizable message text styles. - Added customizable retry button styles. - Adde[...]urn:uuid:ebde31e7-861a-4594-94d9-ebc7bcd119f8v0.0.2 of reading_progress2026-07-20T05:18:19.846265Zcodeswot.devA pure Dart engine for verified reading progress — confident-word milestones, active-dwell tracking, and reading-speed calibration. Changelog excerpt: - `BookMarkedComplete`event: lets the host offer an explicit "mark as complete" action. Deterministically fast-forwards to the terminal state — every content page completed and visited, `wordsRead`capped at the book total (never overshoots), points and milestones caught up with their `PointBanked`/ `MilestoneReached`effects emitted, then `BookCompleted`. No-op when the book is already complete or has no content.urn:uuid:8f3128c8-b02d-478a-9a9f-48bf5ad4164ev0.0.40 of listen_core2026-07-20T05:11:43.295287ZCore of Flutter Architecture Changelog excerpt: - **Audit Log Updates**: - Marked `BaseRepository`network info refactoring as completed, utilizing a global lazy singleton to eliminate instantiation overhead. - Documented the fix for `ApiClient`initialization timing using `late final`and safe default timeouts to decouple from `AppEnv`. - Updated status for `CacheManager`renaming to `DiskCleanupUtil`to clarify its responsibility versus repository caching. - Confirmed the unification of `RouteInterceptor`and `AppNav`, implementing a guar[...]urn:uuid:020284fa-5013-4500-9d89-b1b780fb86dcv1.0.0 of flutter_compress2026-07-20T05:09:31.508528ZHigh-quality Flutter video compression with precise target-size / bitrate control, HEVC with automatic H.264 fallback, background compression, live progress and cancellation. No FFmpeg — Media3 Transf [...] Changelog excerpt: Initial release — native, FFmpeg-free video compression for Android, iOS & Web. - Compress by target size, bitrate, quality %, or preset tier. - HEVC (H.265) with automatic H.264 fallback on all platforms. - Resolution / frame-rate caps, audio removal, trim, thumbnails, estimate. - Live progress, cancellation, batch, and `saveToDownloads`. - Engines: Media3 (Android), AVAssetReader/Writer (iOS), WebCodecs (Web).urn:uuid:ebed189e-f041-4eb7-9c09-7988a18a0bbcv0.11.29 of lovoj_video_editor2026-07-20T05:00:09.571529ZCustom short video recording & editing SDK for Flutter — Camera2/MediaCodec (Android) + AVFoundation (iOS). Changelog excerpt: - **Export performance**— skip redundant final re-encode when already 1080×1920; combine filter + text/AR in one pass; default export uses High/Ultra presets appropriately - **Recents**— save exported thumbnail + edit state immediately after export; restore text/filters/audio when reopening drafts - **Camera preview**— fix stretched portrait preview (rotation-aware center crop on Android) - **Voice-over**— replace previous voice track on re-record (session-level); fix delete UI in Add Sound acro[...]urn:uuid:59b7add2-9fd8-456a-b5ce-673355c9770ev0.8.16 of crispasr2026-07-20T04:49:12.202648Zcrispstro.beLightweight on-device speech recognition via ggml. Supports Whisper, Qwen3-ASR, FastConformer, and more. Changelog excerpt: - Pitch (F0) estimation: `CrispasrSession.pitch()`returns a monophonic pitch track from mono 16 kHz float32 PCM, backed by the CREPE backend. Adds the `PitchFrame`record typedef (`timeMs`, `f0Hz`, `voicedProb`) and the `pitchSampleRate`capability probe. - The native GGUF architecture auto-detect now recognises `crepe`(and `htdemucs`), so plain `CrispasrSession.open()`works for those models; previously only the CLI auto-detected them and every binding had to name the backend. Passing `backend: 'c[...]urn:uuid:595fa5e7-fa25-493e-8696-32402337083dv3.45.0 of tabler_icons_next2026-07-20T04:47:56.666402Zbetakuang.meYet another Tabler Icons package for Flutter that keeps updating with the latest version of the upstream. Changelog excerpt: - Add icons from upstream v3.45.0urn:uuid:1c59eb65-d624-4667-ab45-a2b0de88c958v1.1.2 of image_painter_rotate2026-07-20T04:43:44.756098Zsatoyan.netA powerful Flutter widget for painting over images. Supports rotation, shapes, text, undo/redo, object removal, and image export capabilities. Changelog excerpt: - Chore: Bumped local dev environment to Flutter 3.44.1 and Dart 3.12.1.urn:uuid:4a878c9b-ab72-4c59-bad5-49d2b1e48999v0.1.1 of ethio_greg_dual_calendar2026-07-20T04:42:07.361987ZDual-calendar dates and calendar UIs for Flutter in both the Gregorian and Ethiopian (Amete Mihret) calendars, localized in English, Amharic, and Afaan Oromoo. Changelog excerpt: - **Holidays.**An extensible rule engine (`HolidayRule`sealed hierarchy: `FixedGregorian`, `FixedEthiopian`, `EthiopianMovableFeast`, `FixedHijri`, `NthWeekdayOfMonth`, and `CustomRule`as an escape hatch) with a per-year cached resolver (`HolidayCalendar`), plus Ethiopia's dataset as set by Proclamation No. 1334/2024 (`EthiopianHolidays.statutory`/ `.observances`/ `.all`). Rules resolve to a *list*of dates per Gregorian year, which is what handles an Ethiopian year straddling two Gregorian ones [...]urn:uuid:5b7b2d50-4060-4b45-b30b-ee9ce1f76ccfv1.0.13 of serverpod_admin_dashboard2026-07-20T04:40:08.396703Zizeesoft.comFlutter admin dashboard UI for managing Serverpod records, jobs, and authentication. Changelog excerpt: - Updated Serverpod dashboard dependencies to 3.4.11.urn:uuid:208463af-8341-4c81-958a-3d273c942d8dv1.0.13 of serverpod_admin_server2026-07-20T04:40:08.169614Zizeesoft.comServerpod admin endpoints, resource registry, dashboard serving, and jobs support. Changelog excerpt: - Updated Serverpod server dependencies to 3.4.11.urn:uuid:bdac3d7a-0028-4e42-9c2b-820eb85682bbv1.0.0 of bcell2026-07-20T04:38:48.648089ZA Flutter data-grid widget with a pluto_grid-shaped API and spreadsheet features: a formula engine, multi-sheet workbooks, charts, pivot tables, and CSV/XLSX/PDF import-export. Changelog excerpt: First stable release. BCell grows from the minimal 0.0.1 data grid into a spreadsheet-capable widget: a formula engine, a multi-sheet workbook, a full import/export surface, and a large set of Excel-style cell, column, and selection features — all still built on the flat `BCellGridStateManager`and virtualized rendering, guarded by a 10k-row performance regression test. ### Column types & formatting - Date columns — `BCellColumnType.date({format})`hold a `DateTime`, display `yyyy-MM-dd`(or a cu[...]urn:uuid:cacf4e8e-7dd7-47f8-82da-d7fbe295ea70v1.0.13 of serverpod_admin_client2026-07-20T04:36:36.195539Zizeesoft.comGenerated client models and endpoint bindings for Serverpod Admin dashboards. Changelog excerpt: - Updated Serverpod client dependencies to 3.4.11.urn:uuid:c2a80f86-ba50-424f-873d-bde198b46accv0.6.0 of termio2026-07-20T04:34:43.108266ZA minimal library for building interactive terminal applications with VT100 escape codes support. Changelog excerpt: - `InputParser`now emits multi-byte characters as single `KeyInputEvent`s: surrogate pairs (emoji), combining character sequences, and ZWJ emoji sequences arrive as one grapheme cluster instead of being split into invalid lone-surrogate events - add `characters`package dependency for grapheme cluster segmentationurn:uuid:6339221f-c738-4d3e-be90-512bca002eacv0.1.1 of fl_core_third2026-07-20T04:31:51.637284ZFlutter toolkit for image loading, WebView, storage, date/number formatting, and encryption. Changelog excerpt: - Initial release. - Unified image loading: FlImageView (network / Asset / SVG). - WebView wrapper: FlWebView (URL / file / HTML). - Key-value storage: FlSPUtils, FlFSUtils, FlStore (configurable global entry). - Date/time & number formatting: FlDateTimeUtils, FlNumFormatUtils. - High-precision arithmetic: FlDecimalUtils. - Encryption utilities: FlCryptoUtils (hash / HMAC / Base64). - Extension methods: DateTimeExtension, StringExtension. - Fixed: FlUrlLauncherUtils methods changed from instance[...]urn:uuid:b4509acf-4528-472b-af92-b9ba74115491v1.0.0 of zeba_academy_text_effects2026-07-20T04:29:51.932525ZBeautiful animated text effects for Flutter including typewriter, wave, rainbow, and scramble animations. Changelog excerpt: ### Added - Added `TypewriterText`widget for character-by-character text reveal animations. - Added configurable typing speed using `Duration`. - Added optional start delay for typewriter animations. - Added optional looping support for typewriter animations. - Added configurable cursor support for typewriter text. - Added cursor blinking animation. - Added `onComplete`callback support for typewriter animations. - Added `WaveText`widget for animated character-by-character [...]urn:uuid:1b96415d-2fe5-457e-a88f-3ab18d9487f8v0.1.0 of privacy_ledger2026-07-20T04:21:50.366636ZScans a Flutter project's dependency tree and generates privacy disclosure artifacts for Apple (PrivacyInfo.xcprivacy) and Google Play (Data Safety form) from a curated SDK data-collection database — [...] Changelog excerpt: - Initial CLI: `privacy_ledger scan --project --output [--dry-run]` - Pubspec.yaml / pubspec.lock scanner with direct vs transitive flags - Bundled SDK database (~37 packages): AdMob, Firebase stack, RevenueCat, Stripe, shared_preferences, image_picker, file_picker, Maps, Sign in with Apple, Sentry, OneSignal, Mixpanel, Amplitude, PostHog, AppsFlyer, and other common Flutter plugins - Generators: `PrivacyInfo.xcprivacy`, Play Data Safety markdown checklist, plain-English policy summary - Per-pro[...]urn:uuid:e95ce281-5acd-44ce-8936-c41f2e3424f4v0.2.0 of flutter_app_logs2026-07-20T04:14:07.795319ZAn in-app debug panel for Flutter — inspect network requests, opt-in console logs, and captured Flutter errors with a draggable panel, similar to vConsole. Changelog excerpt: - **feat**: Added configurable automatic Error capture rules for Flutter, unhandled, and `debugPrint`sources, plus additional and ignored message patterns. - **feat**: Repeated identical errors can now merge within a configurable time window and display their occurrence count. - **feat**: Added Error source filters and an unread Error Tab badge with explicit read-state APIs. - **feat**: Console, Network, and Error retention capacities are now configurable, including support for zero retention. -[...]urn:uuid:b54741ec-19a2-4f31-b7ed-973bf4120e3fv1.0.1 of bubbled_navigation_bar_plus2026-07-20T04:12:38.824792Zflutterviral.comStunning Animating Bubbled Shape Navigation Bar. Adjustable color, background color, animation curve, animation duration. Working with PageView via controller param. Changelog excerpt: - Updated readme to add issue request details - Lower the dart version to support flutter 3.20.0urn:uuid:e91d5a68-6ca5-4ad5-94b8-1f0ed1086b6bv2.0.3 of crypto_wallet_util2026-07-20T04:02:57.701215Zfxwallet.comA collection of utility functions for cryptocurrencies. Changelog excerpt: ### Fixed - BTC address generation and validation now consistently honor the selected network, including legacy, SegWit v0, BIP86 Taproot, custom HRPs, and fail-closed handling for explicitly configured networks without a valid HRP. - Taproot key tweaking now follows BIP341 `lift_x`semantics and is pinned to the official BIP86 address and scriptPubKey vector. - Bech32, Bech32m, and CashAddr decoding now verifies checksum, network prefix, witness version and length, and canonical bit padding. - [...]urn:uuid:39782df5-4c50-40f3-b18f-6236f09b96aav0.1.13 of appplayer_core2026-07-20T04:02:45.575704Zmakemind.devAppPlayer Core — shared Flutter library for MCP server connection, bundle handling, and UI runtime orchestration. Changelog excerpt: Additive across the tracks landed since 0.1.12. `^0.1.12`consumers pick these up on floor-bump; no public API removed. ### Added - **Flutter-plugin promotion (Platform Integration Foundation, FR-PLATFORM)**— `appplayer_core`declares a `flutter: plugin:`with native Android/iOS adapters (background execution, OS permission, notification); desktop/web degrade to the Dart ports' NoOp. `onLifecyclePhase(AppLifecyclePhase)`drives the foundation. - **Metadata-only install**— `fetchServerMetadata(serv[...]urn:uuid:83e4e810-ef4f-4bd7-b27e-5a1914c9d9c3v2.2.0 of super_core2026-07-20T03:57:05.394531ZSuper Core — GeniusLink’s shared design-system foundation for the Super toolkit: super_auto_suggestion_box, super_form_field, super_map, super_table_field, super_tree, and super_tab_bar. Defines the v [...]urn:uuid:a965dd05-e050-4a18-86c2-86488e68ce89v0.1.0 of adstart_flutter_sdk2026-07-20T03:55:24.917832ZFlutter SDK for Adstart event collection. Changelog excerpt: - Added a shared public ecommerce item contract with validated prices and quantities. - Changed wishlist, cart, payment, shipping, and checkout APIs to require currency and non-empty items while deriving value from item prices. - Added product, category, brand, and search event tracking. - Changed event-level coupons to be optional and omitted when absent.urn:uuid:daee9cc1-9b58-4052-9cfe-c86291eacd9ev0.1.0 of fl_core_third2026-07-20T03:51:49.667409ZFlutter toolkit for image loading, WebView, storage, date/number formatting, and encryption. Changelog excerpt: - Initial release. - Unified image loading: FlImageView (network / Asset / SVG). - WebView wrapper: FlWebView (URL / file / HTML). - Key-value storage: FlSPUtils, FlFSUtils, FlStore (configurable global entry). - Date/time & number formatting: FlDateTimeUtils, FlNumFormatUtils. - High-precision arithmetic: FlDecimalUtils. - Encryption utilities: FlCryptoUtils (hash / HMAC / Base64). - Extension methods: DateTimeExtension, StringExtension.urn:uuid:28a5dfbb-485f-466d-bd45-c14189d44ef8v0.1.7 of aicycle_on_device2026-07-20T03:45:08.845154ZAn AICycle On-Device SDK for Flutter. Changelog excerpt: - Add SDK flag to upload dataurn:uuid:1a9812d6-343d-4d07-9bde-c755df0d9072v1.8.0 of visualpdf2026-07-20T03:27:57.119486ZA visual Flutter PDF report designer and runtime for JSON-driven invoices, templates, tables, barcodes, headers, footers, and printing. Changelog excerpt: - Added custom template upload/saving support via onSave callback parameter in Designer constructor. - Added direct PDF download / saving feature to VisualPdfRuntime toolbar. - Made string numeric aggregate parsing robust using RegExp to extract the first decimal group (safely handling trailing abbreviations like "Std."). - Set isExpanded: true on the table functions dialog dropdown fields to eliminate visual layout overflows. - Added explicit right/left textAlign properties to SummaryRow text e[...]urn:uuid:773df9ab-cb5d-46e5-9e80-3cf27c5876e6v0.1.8 of flutter_app_logs2026-07-20T03:21:43.513697ZAn in-app debug panel for Flutter — inspect network requests, opt-in console logs, and captured Flutter errors with a draggable panel, similar to vConsole. Changelog excerpt: - **feat**: Added combined Network filters for method, HTTP status, host, and duration. - **feat**: Added explicit pending and cancelled request states across the Dio interceptor, store, list, detail header, and filters. - **feat**: Added Copy as cURL from Network details, including captured headers, JSON bodies, form fields, and safe placeholders for FormData files. - **docs**: Added Network filter and cURL screenshots, integration guidance, sensitive-header notes, and updated installation snip[...]urn:uuid:d279d661-e55b-45b8-8ae4-ec3ab595a7dfv0.0.39 of listen_core2026-07-20T03:20:40.150870ZCore of Flutter Architecture Changelog excerpt: - **Refactoring**: - Renamed `lib/utils/cache_manager.dart`to `lib/utils/disk_cleanup_util.dart`and updated the class name to `DiskCleanupUtil`. - Updated `lib/core.dart`to export the new file path. - **Web Compatibility**: - Added `kIsWeb`checks to `getCacheSize()`and `clearAllCache()`to prevent errors and return default values when running on the web platform.urn:uuid:dc7a40b5-53be-4997-b0d9-381ba758e033v0.1.35 of flutter_agent_harness2026-07-20T03:10:38.012035ZCross-platform AI agent harness for Dart and Flutter: streaming provider adapters, agent loop with tools, session persistence, context compaction. Changelog excerpt: - feat(example): persist last connection + downloaded-models quick start on setup screen - feat(tools): lsp tool backed by the Dart analysis server (diagnostics/definition/references/rename)urn:uuid:98785ffb-5f0c-4ca6-b8f4-20f390626f13v0.0.38 of listen_core2026-07-20T03:10:36.016160ZCore of Flutter Architecture Changelog excerpt: - **API Enhancements**: - Added `expandBody`boolean to `BaseLifecyclePage`to determine if the body should fill the parent container. - Updated the constructor to include `expandBody`with a default value of `true`. - **Layout Logic**: - Updated the internal `Stack`to use `StackFit.expand`if either `useScaffold`or `expandBody`is true. This ensures full-screen behavior for tabs while allowing bottom sheets to wrap content by setting `expandBody`to false.urn:uuid:be75d9f4-af6f-4c1b-aa60-c38707be1accv0.2.0 of podfly2026-07-20T03:07:15.583707ZDeploy Serverpod apps on Fly.io, Railway, DigitalOcean, and more via existing cloud CLIs. Thin orchestrator (not a host): podfly.yaml, Docker/fly/railway/DO quirks, Flutter web packaging, Postgres wir [...] Changelog excerpt: ### Added - **`host: digitalocean`**(alias `do`): App Platform via `doctl`+ DOCR - Local Docker build/push (`linux/amd64`), app spec create/upsert - API app + optional separate **web**app (nginx + Flutter build) - **`digitalocean_postgres`**: Managed Postgres (DBaaS), public SSL host, app firewall `app:<id>` - Starter DOCR: one repository with tags `api`/ `web` - **`mode: monolith`**as the canonical name for “UI with API host / no Pages” (replaces `mode: fly`as primary) ### Changed [...]urn:uuid:9adba544-4ae0-40af-92da-20732ca85cb1v0.7.0 of fhir_r6_cql2026-07-20T03:04:51.754662Zfhirfli.devFHIR R6 binding for the model-independent `cql` engine: the R6 ModelResolver and TerminologyProvider implementations that let the CQL engine execute against FHIR R6 data. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r6_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r6 ^0.7.0, fhir_r6_path ^0.7.0urn:uuid:e7977639-8851-4b51-8f13-8a2c22201f8ev0.7.0 of fhir_r6_validation2026-07-20T03:04:49.140048Zfhirfli.devStructureDefinition-driven validation for FHIR R6 resources: structure, cardinality, value set bindings, and invariants. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r6_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r6 ^0.7.0, fhir_r6_path ^0.7.0urn:uuid:828792d6-aeb2-4bd5-acab-8af707b09c30v0.7.0 of fhir_r6_mapping2026-07-20T03:04:42.454825Zfhirfli.devFHIR Mapping Language (FML) engine for FHIR R6: parse StructureMaps and transform healthcare data between structures. Changelog excerpt: - BREAKING: `MedicationrequestStatusBuilder`-> `MedicationRequestStatusBuilder`and `MessageheaderResponseRequestBuilder`-> `MessageHeaderResponseRequestBuilder`(with their `...BuilderEnum`companions), matching the core enum rename (GH fhir_r4#34). Old names remain as deprecated typedef aliases - Web/WASM compatible transitively (fhir_r6_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r6 ^0.7.0, fhir_r6_path ^0.7.0urn:uuid:0c8ebec8-19ba-4914-8e4d-f9bdf1e64538v0.7.0 of fhir_r6_db2026-07-20T03:04:31.505216Zfhirfli.devFHIR R6 database with SQLite/Drift backend, search parameter indexing, and optional encryption. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: fixed non-compiling examples found by the docs verification pass - fhir_r6 ^0.7.0urn:uuid:fff3535a-5f90-44a0-ae62-64c483cac6dev0.7.0 of fhir_r6_cds_hooks2026-07-20T03:04:28.780012Zfhirfli.devCDS Hooks 2.0 client and service support for FHIR R6. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README example updated for the MedicationRequestStatus rename - fhir_r6 ^0.7.0urn:uuid:31390192-50d6-466b-9239-b1ffce4a7132v0.7.0 of fhir_r6_bulk2026-07-20T03:04:26.211375Zfhirfli.devLibrary to support the FHIR Bulk Data Access API (https://www.hl7.org/fhir/uv/bulkdata/index.html) for FHIR R6 resources. Changelog excerpt: - Web/WASM compatible: dart:io usage now behind conditional imports; `universal_io`dependency removed - README: fixed non-compiling examples found by the docs verification pass - fhir_r6 ^0.7.0urn:uuid:9d48013e-c5fe-4005-a70d-b49f40efe093v0.7.0 of fhir_r6_auth2026-07-20T03:04:23.575377Zfhirfli.devSecure authentication and authorization package for FHIR R6 applications implementing SMART on FHIR Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: SMART App Launch link now https - Tests: replaced a statistically unsound PKCE repeated-pattern test (CI flake) - fhir_r6 ^0.7.0urn:uuid:d416a739-58c0-4d42-beb1-3366f57e1d24v0.7.0 of fhir_r6_at_rest2026-07-20T03:04:20.404612Zfhirfli.devA Dart package providing type-safe, fluent RESTful operations for FHIR R6 resources. Changelog excerpt: - Generated request methods for reference search parameters - Search wire-format conformance: parameter wire names now use the spec SearchParameter codes; exact spec wire values for number/quantity parameters; search prefixes only applied to ordered types - Regression tests: repeated `_include`values are kept and comma values passed verbatim (GH fhir_r4#33; fix shipped in 0.6.x) - README: fixed non-compiling examples found by the docs verification pass - fhir_r6 ^0.7.0urn:uuid:41262d48-bb7b-4afe-89b4-0a73e4a57482v0.7.0 of fhir_r5_cql2026-07-20T03:04:17.700033Zfhirfli.devFHIR R5 binding for the model-independent `cql` engine: the R5 ModelResolver and TerminologyProvider implementations that let the CQL engine execute against FHIR R5 data. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r5_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r5 ^0.7.0, fhir_r5_path ^0.7.0urn:uuid:11555c20-9dc4-49a5-a41b-6e1ca896c051v0.7.0 of fhir_r5_validation2026-07-20T03:04:14.824257Zfhirfli.devStructureDefinition-driven validation for FHIR R5 resources: structure, cardinality, value set bindings, and invariants. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r5_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r5 ^0.7.0, fhir_r5_path ^0.7.0urn:uuid:fbc85578-7bae-41ab-89fc-793b4af95a06v0.7.0 of fhir_r5_mapping2026-07-20T03:04:08.427448Zfhirfli.devFHIR Mapping Language (FML) engine for FHIR R5: parse StructureMaps and transform healthcare data between structures. Changelog excerpt: - BREAKING: `MedicationrequestStatusBuilder`-> `MedicationRequestStatusBuilder`and `MessageheaderResponseRequestBuilder`-> `MessageHeaderResponseRequestBuilder`(with their `...BuilderEnum`companions), matching the core enum rename (GH fhir_r4#34). Old names remain as deprecated typedef aliases - Web/WASM compatible transitively (fhir_r5_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r5 ^0.7.0, fhir_r5_path ^0.7.0urn:uuid:a16a13e9-4e3e-4760-ae2b-d1938a1df13av0.7.0 of fhir_r5_db2026-07-20T03:03:58.093699Zfhirfli.devFHIR R5 database with SQLite/Drift backend, search parameter indexing, and optional encryption. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: fixed non-compiling examples found by the docs verification pass - fhir_r5 ^0.7.0urn:uuid:8d540b83-3d2a-4753-80c4-1e70a01ba18cv0.7.0 of fhir_r5_cds_hooks2026-07-20T03:03:55.233195Zfhirfli.devCDS Hooks 2.0 client and service support for FHIR R5. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README example updated for the MedicationRequestStatus rename - fhir_r5 ^0.7.0urn:uuid:b727e1d3-c97e-415f-9372-dc231f5cb556v0.7.0 of fhir_r5_bulk2026-07-20T03:03:52.886119Zfhirfli.devLibrary to support the FHIR Bulk Data Access API (https://www.hl7.org/fhir/uv/bulkdata/index.html) for FHIR R5 resources. Changelog excerpt: - Web/WASM compatible: dart:io usage now behind conditional imports; `universal_io`dependency removed - README: fixed non-compiling examples found by the docs verification pass - fhir_r5 ^0.7.0urn:uuid:b295f86c-e982-4477-9de7-6baa9ab0a37dv0.7.0 of fhir_r5_auth2026-07-20T03:03:50.463686Zfhirfli.devSecure authentication and authorization package for FHIR R5 applications implementing SMART on FHIR Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: SMART App Launch link now https - Tests: replaced a statistically unsound PKCE repeated-pattern test (CI flake) - fhir_r5 ^0.7.0urn:uuid:971583d4-1676-4d99-9535-d77cdbe81ae0v0.7.0 of fhir_r5_at_rest2026-07-20T03:03:47.224219Zfhirfli.devA Dart package providing type-safe, fluent RESTful operations for FHIR R5 resources. Changelog excerpt: - Generated request methods for reference search parameters - Search wire-format conformance: parameter wire names now use the spec SearchParameter codes; exact spec wire values for number/quantity parameters; search prefixes only applied to ordered types - Regression tests: repeated `_include`values are kept and comma values passed verbatim (GH fhir_r4#33; fix shipped in 0.6.x) - README: fixed non-compiling examples found by the docs verification pass - fhir_r5 ^0.7.0urn:uuid:550dd866-c3b7-4691-baea-581f333d70d6v0.7.0 of fhir_r4_cql2026-07-20T03:03:44.456218Zfhirfli.devFHIR R4B binding for the model-independent `cql` engine: the R4 ModelResolver and TerminologyProvider implementations that let the CQL engine execute against FHIR R4B data. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r4_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r4 ^0.7.0, fhir_r4_path ^0.7.0urn:uuid:d1a0b6f4-8b59-49e8-98ce-97f9e1be587cv0.7.0 of fhir_r4_validation2026-07-20T03:03:41.649884Zfhirfli.devStructureDefinition-driven validation for FHIR R4B resources: structure, cardinality, value set bindings, and invariants. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - Web/WASM compatible transitively (fhir_r4_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r4 ^0.7.0, fhir_r4_path ^0.7.0urn:uuid:b76c80d7-276c-4c95-a5b9-d9c2b548a57fv0.7.0 of fhir_r4_mapping2026-07-20T03:03:35.180592Zfhirfli.devFHIR Mapping Language (FML) engine for FHIR R4B: parse StructureMaps and transform healthcare data between structures. Changelog excerpt: - BREAKING: `MedicationrequestStatusBuilder`-> `MedicationRequestStatusBuilder`and `MessageheaderResponseRequestBuilder`-> `MessageHeaderResponseRequestBuilder`(with their `...BuilderEnum`companions), matching the core enum rename (GH fhir_r4#34). Old names remain as deprecated typedef aliases - Web/WASM compatible transitively (fhir_r4_path 0.7.0 removed the last dart:io in the dependency chain) - fhir_r4 ^0.7.0, fhir_r4_path ^0.7.0urn:uuid:ab85ae9b-7c5b-4cbb-9820-922751601945v0.7.0 of fhir_r4_db2026-07-20T03:03:26.336269Zfhirfli.devFHIR R4B database with SQLite/Drift backend, search parameter indexing, and optional encryption. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: fixed non-compiling examples found by the docs verification pass - fhir_r4 ^0.7.0urn:uuid:6f70384a-8ecd-4dfb-a176-f0ab1691cf5bv0.7.0 of fhir_r4_cds_hooks2026-07-20T03:03:23.488171Zfhirfli.devCDS Hooks 2.0 client and service support for FHIR R4B. Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README example updated for the MedicationRequestStatus rename - fhir_r4 ^0.7.0urn:uuid:dcbdaf66-35a1-4d9b-be00-a4b4d3250d99v0.7.0 of fhir_r4_bulk2026-07-20T03:03:21.021362Zfhirfli.devLibrary to support the FHIR Bulk Data Access API (https://www.hl7.org/fhir/uv/bulkdata/index.html) for FHIR R4B resources. Changelog excerpt: - Web/WASM compatible: dart:io usage now behind conditional imports; `universal_io`dependency removed - README: fixed non-compiling examples found by the docs verification pass - fhir_r4 ^0.7.0urn:uuid:7008a7d2-887e-4e07-8c81-a707595cb503v0.7.0 of fhir_r4_auth2026-07-20T03:03:18.447408Zfhirfli.devSecure authentication and authorization package for FHIR R4B applications implementing SMART on FHIR Changelog excerpt: - Family release train: cores and companions released in lockstep at 0.7.0 - README: SMART App Launch link now https - Tests: replaced a statistically unsound PKCE repeated-pattern test (CI flake) - fhir_r4 ^0.7.0urn:uuid:b0f3206e-6ff7-40c0-9d1c-f4393860d261v0.7.0 of fhir_r4_at_rest2026-07-20T03:03:15.027145Zfhirfli.devA Dart package providing type-safe, fluent RESTful operations for FHIR R4B resources. Changelog excerpt: - Generated request methods for reference search parameters - Search wire-format conformance: parameter wire names now use the spec SearchParameter codes; exact spec wire values for number/quantity parameters; search prefixes only applied to ordered types - Regression tests: repeated `_include`values are kept and comma values passed verbatim (GH fhir_r4#33; fix shipped in 0.6.x) - README: fixed non-compiling examples found by the docs verification pass - fhir_r4 ^0.7.0