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…
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…
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…
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…
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,…
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
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…
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…
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…
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…
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.
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.
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…
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…
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. -…
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…
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…
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…
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…
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…
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…
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)). -…
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…
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…
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…
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…
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
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…
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…
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…
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…
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…
A Flutter plugin for the Nexora SDK. Changelog excerpt: - Version sync release. Ensures `nexora.podspec`version correctly matches the Dart package version.
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…
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…
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…
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.