RSS Amplifier

News source

Recently published packages on pub.dev

pub.devSource feed ↗50 articles

Overdue Last read · last published · next check
Last read 2 hours ago, longer than this feed's 1 hour schedule.

Latest articles

v0.5.1 of rapier_physics

A high-performance 3D physics engine for Flutter, powered by Rapier (Rust/WASM). Changelog excerpt: #### 2026-08-21 - **Character Controller Jump**: Added a **Jump**button to the `CharacterControllerScene`demo, enabling vertical impulse-based jumping with on-screen UI controls. - **Joystick Input Improvements**: Refined joystick interaction in `CharacterControllerScene`with a configurable input…

v0.2.0 of clariodesk

ClarioDesk Flutter SDK — in-app customer support chat, bug reporting with auto screenshots, and feedback for mobile apps. Prebuilt UI or headless API. Changelog excerpt: Adds verified customer identity: with a host-signed or OIDC identity token, one person's support history follows them across devices, survives logout and login, and survives a reinstall onto a new device key. Without a token the…

v1.1.0 of my_lang

A library that provides flexible and easy-to-use localization support for Flutter applications. Changelog excerpt: - Add runtime and generator support for JSON, ARB, YAML, CSV, and XML translations. - Add nested key flattening and compact multi-locale CSV support. - Add ICU MessageFormat placeholders, plurals, and selects through `translateMessage`. - Add locale fallback merging, decoded…

v0.1.0 of my_timezone

A Flutter plugin for local IANA time zone details, available identifiers, and change events on Android, iOS, macOS, and web. Changelog excerpt: - Add `TimezoneInfo`with the local IANA identifier, localized name, abbreviation, current UTC offset, and daylight-saving status when available. - Add `MyTimezone.onTimezoneChanged`with native Android, iOS, and macOS notifications and active-listener…

v1.0.0 of recite_quran

Real-time on-device Quran recitation tracking, dynamic DTW word alignment, and deterministic Tajweed rule verification engine for Flutter. Changelog excerpt: - Initial open-source release of **`recite_quran`**. - Real-time continuous recitation tracking with Semi-Global Dynamic Time Warping (DTW). - Deterministic Tajweed rule verification engine: - Madd duration evaluation (2, 4, 6 Harakat). -…

v0.2.0 of my_device_info

Privacy-aware, typed Android and iOS device diagnostics in one call, with an opt-in app-scoped identifier. Changelog excerpt: - Add typed `DeviceInfoSnapshot`, `OperatingSystemInfo`, and `DevicePlatform`APIs. - Add `MyDeviceInfo.getInfo()`to read device diagnostics with one native call. - Keep the app-scoped identifier opt-in and redact it from `toJson()`by default. - Add model identifier,…

v2.1.0 of universal_glass

A reusable Flutter glassmorphism UI component library.

v1.0.0 of ann_flutter_flavor

Multi-flavor Flutter toolkit. Reads annspec.yaml, generates typed flavor classes, and wires Android, iOS, Firebase, AdMob and RevenueCat. Changelog excerpt: ### Added - `tooling:`section in `annspec.yaml`— declare `gradle_plugin`, `cocoapods_plugin`, and `fastlane_plugin`version constraints. `sync`reads these to patch `android/settings.gradle.kts`and `Gemfile`with the specified versions. -…

v1.1.35 of panteao

Dart client for the Panteao BDI Coprocessor. Integrates multi-agent BDI systems via JSON and Sockets natively in your Dart or Flutter application. Changelog excerpt: - New Athena version: Praxis NLP Fallback Engine +versionb

v5.2.0 of flutter_smart_dialog

An elegant Flutter Dialog solution, Easily implement Toast, Loading and custom Dialog, Make the use of the dialog easier! Changelog excerpt: - Fix [#293](https://github.com/fluttercandies/flutter_smart_dialog/issues/293): migrate from Flutter's bundled Material and Cupertino libraries to the standalone `material_ui`and `cupertino_ui`packages introduced with Flutter 3.47 - Require Dart 3.12 and…

v1.5.6 of kterm

kterm is a fast and fully-featured terminal emulator for Flutter applications, with support for mobile and desktop platforms. Changelog excerpt: ### Bug Fixes - **Kitty KeyUp encoding only when `reportAllKeysAsEscape`is enabled**: Previously, pressing a modifier (e.g. Cmd+V) and releasing it sent a Kitty KeyUp sequence even without `reportAllKeysAsEscape`, causing cursor jumping in the remote…

v2.1.0 of flutter_device_compass

A Flutter compass plugin using device sensors. Heading is 0-360 degrees (0 = north). Changelog excerpt: - **Android:** - Fix fatal crash on `NaN`rotation-vector sensor samples by skipping non-finite samples before calculating azimuth ([#1](https://github.com/nafiskabbo/flutter_device_compass/pull/1)by [@mrweiland](https://github.com/mrweiland)). - Fix potential `NullPointerException`on…

v0.4.19 of payrogen_sdk

Non-custodial payment gateway SDK for Flutter. Wallet creation, split payments, escrow, card payments (Apple Pay, Google Pay), and Stablecoin crypto checkout. Changelog excerpt: ### Fixed - Minor bugs

v0.1.5 of firestore_builder

The easiest way to integrate Firestore into a Flutter application Changelog excerpt: - Add the `unknown_enum_value`field option: emits `JsonKey(unknownEnumValue: ...)`so unknown enum values decode to a fallback instead of throwing. - Fix the generation of `UpdatedValue`classes for `List`and `Map`of custom classes (`List `produced an invalid class name), and share one class between a custom class…

v0.1.5 of rk

A release tool. Changelog excerpt: - Status now distinguishes a valid historical release tag from current source that still declares the released version, keeps the public target healthy, and directs the next release to bump rather than move an immutable tag. - Target conflicts now carry structured, target-owned diagnostics and evidence while core retains the small shared lifecycle and reporting…

v0.1.10 of dakit_api

DeviantArt HTTP API and OAuth adapter for the DAKit client SDK. Changelog excerpt: ### Added - `OfficialDiscoveryRepository.moreLikeThis`maps the official `browse/morelikethis`endpoint into a paged `Artwork`list.

v0.1.8 of dakit_core

Platform-neutral domain contracts for DeviantArt client applications. Changelog excerpt: ### Added - `DiscoveryRepository.moreLikeThis`so hosts can surface related deviations ("More Like This") from the official browse endpoint.

v0.0.3 of ym_speech_to_text

A Flutter plugin that exposes device specific speech to text recognition capability. Changelog excerpt: ### Added - Added Linux plugin registration and build support across the Flutter plugin platforms. - Added safe Linux fallback behavior when a native speech backend is not available. - Added current Flutter/Dart compatibility metadata and refreshed package dependencies. ### Changed - Updated…

v0.1.0 of hyper_render_epub

EPUB container support for HyperRender. Unzips an .epub, parses its OPF manifest/spine/TOC, and resolves chapters to HyperViewer-ready content. Changelog excerpt: Initial release — **not publishable yet**: it depends on `hyper_render: ^1.7.0`, which is not on pub.dev. `EpubReader`needs `HyperViewer.imageLoader`(unreleased, on `main`) to decode the inline `data:`URIs chapters carry, so this package…

v1.0.4+5 of my_lang

A library that provides flexible and easy-to-use localization support for Flutter applications. Changelog excerpt: - Add support for Flutter 3.47.1 and Dart 3.13.1. - Raise minimum versions to Flutter 3.35.0 and Dart 3.9.0 for current dependencies. - Update `shared_preferences`, `intl`, and `flutter_lints`. - Migrate the Android example to Gradle 9.3.1, AGP 9.1.0, Kotlin 2.4.0, and Java 17. -…

v4.0.0-beta.4 of serverpod_cloud_storage_gcp

Serverpod integration for Google Cloud Storage Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and `deferrable`flags on…

v4.0.0-beta.4 of serverpod_cloud_storage_s3

Serverpod integration for S3 cloud storage Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and `deferrable`flags on relations to…

v4.0.0-beta.4 of serverpod_cloud_storage_s3_compat

Base package for S3-compatible cloud storage integrations with Serverpod Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v4.0.0-beta.4 of serverpod_auth_migration_client

Serverpod authentication migration client module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and `deferrable`flags on…

v4.0.0-beta.4 of serverpod_auth_migration_server

Serverpod authentication migration server module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and `deferrable`flags on…

v4.0.0-beta.4 of serverpod_auth_bridge_flutter

Serverpod authentication backwards compatibility Flutter client module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v4.0.0-beta.4 of serverpod_auth_bridge_client

Serverpod authentication backwards compatibility client module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v4.0.0-beta.4 of serverpod_auth_bridge_server

Serverpod authentication backwards compatibility server module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v4.0.0-beta.4 of serverpod_auth_idp_flutter_firebase

Firebase-specific Flutter package for the Serverpod authentication module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v4.0.0-beta.4 of serverpod_auth_idp_flutter_facebook

Facebook-specific Flutter package for the Serverpod authentication module. Changelog excerpt: - feat: Allows overriding the default cache header for `StaticRoute`and `SpaRoute`from env vars. - feat: Adds opt-in `httpOnly`cookie authentication for web clients. - feat: Generates the column specified as `field=`on relations that require the explicit foreign key. - feat: Introduces the `deferred`and…

v1.0.0 of autoark_eva_client_sdk

EVA 实时语音对话 Flutter SDK,支持 Android/iOS 音频、摄像头、command 与可替换媒体 SPI。 Changelog excerpt: - 首个稳定版本:同一个 pub package 正式支持 Android 与 iOS,并保持现有 Dart API、事件、配置和媒体 SPI 契约。 - iOS 默认媒体使用统一 VoiceProcessingIO graph;修复同一 App 进程内在 TTS 播放中结束会话后重建 Agent 时 AEC 失效及自身回声误打断的问题。 - 发布制品继续包含 Android hardened Core、明文 PlatformMedia 默认实现、Silero 模型,以及 iOS 成对 XCFramework、Core resource bundle、privacy manifest 与 CocoaPods 集成。

v2.1.72 of flutter_inappwebview_forge

A Flutter plugin that allows you to add an inline webview, to use an headless webview, and to open an in-app browser window. Changelog excerpt: - Compile Flutter web applications with `--wasm`by keeping `dart:io`localhost types behind `dart.library.io`and converting Web JavaScript bridge values to Dart primitives ([#2811](https://github.com/pichillilorenzo/flutter_inappwebview/issues/2811)). -…

v1.0.4 of flutter_inappwebview_forge_web

Web implementation of the flutter_inappwebview_forge plugin. Changelog excerpt: - Convert JavaScript `nativeCommunication`view IDs and argument lists to Dart primitives so iframe callbacks work under Flutter web WASM (`dart2wasm`) ([#2811](https://github.com/pichillilorenzo/flutter_inappwebview/issues/2811)). - Load `web_support.js`from the Web example `index.html`so the JavaScript bridge is…

v3.6.0 of at_chops

Package for at_protocol cryptographic and hashing operations Changelog excerpt: Shipped as a minor despite the breaks below. Both are source-breaking only for a caller that omitted `pqSeal`/`pqOpen`'s `info`, or that implements `AtKemAlgorithm`outside this package — and no such consumer exists. Every `pqSeal`/`pqOpen`call site and every `AtKemAlgorithm`implementation is in this repository, and the…

v1.1.18 of flutter_inappwebview_forge_platform_interface

A common platform interface for the flutter_inappwebview_forge plugin. Changelog excerpt: - Keep `dart:io`localhost types behind `dart.library.io`conditional exports so Flutter web WASM (`dart2wasm`) compilation can import the platform interface ([#2811](https://github.com/pichillilorenzo/flutter_inappwebview/issues/2811)). - Introduce `InAppLocalhostHttpRequest`as a `HttpRequest`typedef on VM…

v5.16.0 of at_commons

A library of Dart and Flutter utility classes that are used across other components of the atPlatform. Changelog excerpt: - feat: add `AtNetworkTimeouts.defaultResponseBudget`(90s) — the overall budget for one complete response, as distinct from `defaultTimeout`, which bounds the wait for the *next*bytes and restarts every time a chunk arrives. A large response is many such waits in a row, and…

v1.5.8 of eghlflutter

eGHL Flutter plugin facilitate a seamless integration experience. Changelog excerpt: `Both Platform` - Add PopupEnabled param for Visa Click to Pay popup support - Update eGHL SDK to v2.8.0 (Android) - Revamp example app UI with editable payment form - Jump app fix to stop Query before Sale

v4.3.0 of geolocator_platform_interface

A common platform interface for the geolocator plugin. Changelog excerpt: - Adds `hasAccuracy`, `hasAltitude`, `hasAltitudeAccuracy`, `hasHeading`, `hasHeadingAccuracy`, `hasSpeed`and `hasSpeedAccuracy`to `Position`, so a value the platform could not measure is distinguishable from the same value measured as `0.0`. The Android platform channel already omits a key when its…

v0.7.6 of activity_files

A pure Dart toolkit for parsing, editing, validating, and converting workout activity files in GPX, TCX, FIT, GeoJSON, and CSV formats. Changelog excerpt: ### Fixed - GPX trackpoints missing ` `no longer drag the segment's lap bounds to the epoch fallback. - TCX no longer drops a lap's first trackpoint when `StartTime`postdates it. - `validateLapBoundaries()`no longer skips corruption checks on…

v1.4.0 of fluttersdk_wind

Tailwind CSS for Flutter. Write className='flex p-4 bg-white dark:bg-gray-800' and Wind renders optimized widget trees with dark mode and responsive breakpoints. Changelog excerpt: ### Added - **`skills/wind-ui/references/design-culture.md`: the taste layer the skill never had.**Every other reference answers "does this token exist and what does it do"; nothing answered "which token should this…

v0.0.1 of desktop_click_outside

A desktop Flutter plugin that passively watches for mouse clicks outside a popup window. Supports Windows, macOS, and Linux (X11). Changelog excerpt: - 新增桌面端弹窗外部点击监听能力,支持 Windows、macOS 与 Linux(X11)。 - 提供 `onClickOutside`事件流,原生层被动监听并上报弹窗外鼠标点击。 - `startWatching`支持 `gracePeriod`宽限期参数(默认 300ms),避免打开弹窗的点击立即触发关闭。 - 提供 `isSupported`平台能力检测,Wayland 下返回 `false`。 --- - Add desktop outside-click watching for…

v0.1.2 of jaspr_hooks

React-style lifecycle and state hooks for native Jaspr components. Changelog excerpt: - Fixed signed-zero change detection in `useOptimistic`and `useExternalStore`while continuing to treat `NaN`snapshots as equal. - Updated the Jaspr test, builder, example, and documentation toolchain to 0.23.4 and raised the compatible web compiler baseline to 4.8.0. - Changed pub.dev releases from tag-triggered…

v2.11.0 of pdfx

Flutter plugin to render & show PDF pages as images on Web, MacOS, Windows, Android and iOS. Changelog excerpt: - Added Swift Package Manager support for iOS and macOS, consolidating the duplicated Apple implementation into shared Darwin sources while retaining CocoaPods compatibility [pull#623](https://github.com/ScerIO/packages.flutter/pull/623) - Fixed a NaN/Infinity crash in…

v0.0.22 of nexora

A Flutter plugin for the Nexora SDK. Changelog excerpt: - Version sync release. Ensures `nexora.podspec`version correctly matches the Dart package version.

v2.2.32 of tpstreams_player_sdk

TPStreams Player SDK makes it easy to play our DRM-protected and non-DRM content. Changelog excerpt: **Android** - Upgraded TPStreamsAndroidPlayer to 1.2.8. - Bridged `allowFallbackToL3`parameter: enables automatic fallback to software decryption when hardware-secured DRM decryption fails, preventing complete playback failure on unsupported devices. - Watermarks now render within the video content…

v0.0.9 of leancode_app_rating

Gather feedback with a 5-star rating or Yes/No survey. Includes device analytics and app store rating prompts for positive reviews.

v0.0.21 of nexora

A Flutter plugin for the Nexora SDK.

v2.5.0 of featureflip

Flutter SDK for Featureflip — evaluate feature flags in Flutter apps with real-time updates. Changelog excerpt: ### Fixed - A closed handle serves the caller's default from every accessor and reports not-initialized. `close()`releases the shared core — stopping streaming and polling, shutting down the event processor — but the in-memory cache stayed readable, so a closed client kept evaluating…

v2.0.0-dev.2 of apple_sign_in_plugin

Sign in with Apple for iOS, macOS, Android, Web, Windows, and Linux — native on Apple platforms, Apple's own web flow elsewhere. No third-party Apple Sign-In SDK. Changelog excerpt: - Fixed dependency constraints on all platform packages and `apple_sign_in_plugin_platform_interface`(were `^0.0.1`, which doesn't match any published version — only `-dev`prereleases exist — so `pub…

v0.0.2 of device_responsive

A magical, ultra-short, and powerful Flutter package to make your app responsive across Mobile, Tablet, Desktop, and Web with zero boilerplate. Changelog excerpt: - Fixed banner image URL for pub.dev.