Advertisement · 728 × 90

Posts by The official repository for Dart and Flutter packages.

Preview
v0.0.8 of polly_dart A Dart port of Polly (.NET resilience library) providing strategies like Retry, Circuit Breaker, Timeout, Rate Limiter, Hedging, and Fallback. Changelog excerpt: **No breaking changes.**All existing APIs are preserved. ### New - `CancellationToken`— new public class that bridges the pipeline's cancellation signal to external resources (HTTP clients, etc.). Exposes `isCancelled`, `whenCancelled`(`Future`), `cancel()`, and `throwIfCancelled()`. - `ResilienceContext.cancellationToken`— getter that returns the context's `CancellationToken`, ready to pass into HTTP client adapters. - `ResilienceContext.copy()`now propagates parent cancellation to chil[...]
3 hours ago 0 0 0 0
Preview
v0.1.3 of rich_text_editor_plus A rich text editor plugin for Flutter with a native Flutter toolbar and browser-based editing. Supports bold, italic, underline, strikethrough, links, ordered/unordered nested lists, alignment, and HT [...] Changelog excerpt: - Updated README with improved documentation.
3 hours ago 0 0 0 0
Preview
v1.0.0 of pqc_e2ee Post-quantum cryptography end-to-end encryption library using hybrid PQXDH (X25519 + ML-KEM-768) for Dart/Flutter. Changelog excerpt: ### Added - Initial public release - PQXDH (Post-Quantum Extended Diffie-Hellman) implementation - ML-KEM-768 (NIST post-quantum KEM) support - X25519 hybrid encryption with classical forward secrecy - AES-256-GCM message encryption - Per-peer session key derivation and management - Device-native secure storage (Keychain/Keystore) - `DefaultPqcKeyStorage`- default key storage implementation - `CryptographyX25519Provider`- default X25519 DH provider - Comprehensive documentation and examples - A[...]
3 hours ago 0 0 0 0
Preview
v1.1.0 of clean_feature_arch The Absolute Rule Architecture - Scaffolder and Enforcer Changelog excerpt: - Added support for BLoC and Riverpod state management selection via `--state`flag. - Migrated to native Dart Analyzer Plugin system. - Improved dependency management with flexible version ranges. - Added `build.yaml`generation for reliable Freezed output. - Updated templates with professional technical documentation.
3 hours ago 0 0 0 0
Preview
v0.1.3 of mini_program_sdk Portable runtime SDK for the Flutter mini-program platform. Changelog excerpt: - replace the minimal spinner with a full-screen branded loading surface so cloud-hosted mini-program launches do not show a blank page during manifest and screen fetches - make `MiniProgramPage`render a scaffolded loading state with the resolved mini-program title before the delivered screen is ready - refresh README examples around generated host app usage and cloud backend build/run defines
3 hours ago 0 0 0 0
Preview
v1.0.1 of slider_card_kit_commerce A premium marketplace product card kit for Flutter (scalable & modular). Supports multiple layout variations like Large, List, Mini, and Standard. Changelog excerpt: - Fixed README visual showcase images with absolute URLs for reliable rendering on GitHub and pub.dev.
5 hours ago 0 0 0 0
Preview
v0.1.0-alpha.4 of noibu_flutter Noibu session replay SDK for Flutter. Captures user sessions and replays them in the Noibu dashboard for debugging.
7 hours ago 0 0 0 0
Preview
v0.0.1 of polly_dart_http package:http adapter for polly_dart — CancellableHttpClient with automatic cancellation support. Changelog excerpt: - Initial release. - `CancellableHttpClient`— a `package:http` `BaseClient`wrapper that aborts requests when a `CancellationToken`is cancelled. - `send()`provides application-level cancellation via `Future.any`. - `sendAbortable()`provides socket-level cancellation via `http.AbortableRequest`. - Compatible with all polly_dart strategies that signal cancellation (Timeout, Hedging).
7 hours ago 0 0 0 0
Preview
v0.0.1 of polly_dart_dio Dio adapter for polly_dart — bridges CancellationToken to Dio's CancelToken. Changelog excerpt: - Initial release. - `toDioCancelToken()`extension on `CancellationToken`— converts a polly_dart cancellation signal to a Dio `CancelToken`. - Cancellation propagates via `CancellationToken.whenCancelled`; Dio closes the socket through its `HttpClientAdapter`. - Each call returns a distinct `CancelToken`, so multiple parallel Dio requests can all be cancelled by a single polly token. - Compatible with all polly_dart strategies that signal cancellation (Timeout, Hedging).
7 hours ago 0 0 0 0
Advertisement
Preview
v0.0.2 of flutter_network_debugger A flutter package to monitor HTTP requests and socket network traffic in debug mode with an interactive UI overlay.
9 hours ago 0 0 0 0
Preview
v0.0.2 of unified_persistence Unified persistence for all platforms. Changelog excerpt: - Add CI and automated pub.dev publishing workflows. - Add package usage documentation to the README. - Improve file persistence robustness by creating parent directories automatically. - Make deleting a missing file a no-op for file persistence. - Add clearer unsupported-platform errors for browser storage persistors. - Add tests for file persistence and non-web browser-storage behavior.
9 hours ago 0 0 0 0
Preview
v3.0.0 of flutter_gb_messenger A comprehensive Flutter package for implementing messaging and chat functionality in GeekBears applications, providing customizable templates and BLoC-based state management. Changelog excerpt: - Major version bump with dependency updates and breaking changes: - Upgrade Flutter SDK constraint to version 3.19.0. - Upgrade core internal dependencies: `flutter_gb_stack_base`(^5.5.0) and `flutter_gb_ui_kit`(^3.12.0). - Upgrade development dependencies: `freezed`(^3.2.0), `build_runner`(^2.7.1), and `built_value_generator`(^8.12.0). - Refactor BLoC state and event classes to be `abstract`as required by the latest Freezed version. - Update styles and imports for compatibility with [...]
9 hours ago 0 0 0 0
Preview
v0.1.0 of phive_barrel Ready-to-use PHive hooks including TTL and encryption helpers. Changelog excerpt: - Initial hook bundle release for PHive. - Added TTL, AES, GCM, and universal encryption hooks. - Added behavior-driven TTL expiry cleanup. - Added secure storage seed-provider support for encryption hooks.
11 hours ago 0 0 0 0
Preview
v0.1.2 of routeros_api A robust Dart package for MikroTik RouterOS API. Supports persistent connections, heartbeats, auto-reconnect, and real-time streaming. Changelog excerpt: - Shortened package description to meet pub.dev standards. - Updated metadata for better search engine optimization.
11 hours ago 0 0 0 0
Preview
v0.1.2 of adaptive_gamification A deployment-oriented Flutter runtime library for deterministic execution of exported adaptive policy decisions. Changelog excerpt: Patch release focused on final packaging cleanup, changelog/version alignment, and publish-readiness improvements after the 0.1.1 release. ### Added - *None.* ### Changed - Updated package release metadata and changelog references to align with version `0.1.2`. - Finalized release documentation consistency for the publishable 0.1.2 patch release. ### Deprecated - *None.* ### Removed - *None.* ### Fixed - Fixed final release bookkeeping inconsistencies between package versioning and cha[...]
13 hours ago 0 0 0 0
Preview
v1.0.2 of card_shuffler A Flutter package for shuffling and managing playing cards in card-based game applications. Supports standard 52-card decks, custom decks, multiple shuffle algorithms, and hand dealing. Changelog excerpt: - Added complete example app with 3 screens. - Improved README with UI showcase.
13 hours ago 0 0 0 0
Preview
v0.1.3 of crossmint_flutter Flutter SDK for Crossmint wallets, authentication, signers, embedded checkout, and verifiable credentials. Headless-first — you own the UI. Changelog excerpt: - Docs: README refresh. Quickstart restructured into four numbered steps (initialize client → sign user in → mount wallet host → load or create wallet), with a new "OTP prompt handling" reference subsection covering both the controller-driven and `onAuthRequired`callback paths. Documents the `CrossmintWallet`data-model vs runtime-wallet split and the four signer-bundled wallet factory helpers (`createEvmWalletWithDeviceSigner`/ `…WithNonCustodialSigner`/ `…WithExternalWalletSigner`/ `…WithPasske[...]
13 hours ago 0 0 0 0
Preview
v0.1.6 of taskflare A Dart CLI tool that wraps dart test, parses JSON output, and notifies you of the result — success, failure, or crash. Changelog excerpt: - Fix: progress line now overwrites in-place with `\r`— only the currently running test name is shown, previous entries no longer accumulate
15 hours ago 0 0 0 0
Advertisement
Preview
v0.0.6 of yir_glass_card A modern glassmorphism card widget for Flutter with blur effects, gradients, and customizable UI design.
15 hours ago 0 0 0 0
Preview
v0.0.1 of precise_decimal Arbitrary-precision decimal arithmetic for Dart, built toward full General Decimal Arithmetic (GDA) compliance. Changelog excerpt: - Initial version.
15 hours ago 0 0 0 0
Preview
v0.1.3 of vanestack A Dart backend framework with built-in auth, database, realtime, and admin dashboard. Changelog excerpt: - **REFACTOR**(collections): batch generate documents. - **FIX**(services): optimize database queries by fetching related data in parallel. - **FIX**: Fix jaspr broken input for files. - **FIX**(collections): cache collection metadata in-memory. - **FIX**: Postgres variable types and filters compatibility. - **FEAT**(database): implement concurrent Postgres database support. - **FEAT**(stats): optimize stats endpoint with dialect-specific SQL. - **FEAT**: add support for PostgreSQL backend.
19 hours ago 0 0 0 0
Preview
v1.0.0-rc.1 of scan_to_pay Reusable Flutter SDK for scan-to-pay: OCR-based account-number capture, multi-frame confirmation, pluggable bank resolver, and themeable UI. Changelog excerpt: First public release candidate. - `ScanToPayLauncher.push(context, config: …)`one-line integration. - `ScanOrchestrator`— pure-Dart engine (no `BuildContext`, no `setState`) exposing `Stream`. - `CameraEngine`wrapping `CameraController`with NV21/BGRA8888 + sensor-orientation handling and 2s focus refresh. - `OcrEngine`wrapping ML Kit `TextRecognizer`(Latin). - `HandwritingValidator`with synthetic-confidence gating (mirrors production Blayzz_Pay / PremiumMobile behaviour)[...]
19 hours ago 0 0 0 0
Preview
v0.0.1 of flavor_cli Production-grade Flutter flavor automation CLI Changelog excerpt: - Initial release of `flavor_cli`.
19 hours ago 0 0 0 0
Preview
v0.0.1 of svgl_flutter Flutter widget library for brand SVG logos powered by svgl.app. Changelog excerpt: - Initial release. - Light and dark mode support for logos.
19 hours ago 0 0 0 0
Preview
v0.5.0 of dtorrent_task_v2 BitTorrent download client package written by pure Dart language. Changelog excerpt: - migrate `dtorrent_common`to built-in standalone module (`lib/src/standalone/dtorrent_common.dart`) - migrate `dtorrent_tracker`to built-in standalone module (`lib/src/standalone/dtorrent_tracker.dart`) - remove direct dependencies on external `dtorrent_common`and `dtorrent_tracker`packages - add standalone tracker migration regression tests (`standalone_tracker_migration_test.dart`) - harden HTTP announce query generation with BEP 3 required fields and safe defaults - keep de-facto tracker com[...]
19 hours ago 0 0 0 0
Preview
v1.0.13 of littlefish_flutter_secure_storage A littlefish package for Flutter Secure Storage implementation. Changelog excerpt: - Update a dependency to the latest release.
21 hours ago 0 0 0 0
Advertisement
Preview
v0.1.2 of pk_validators Validate and format Pakistan-specific inputs: CNIC numbers, mobile numbers, and IBANs. Zero dependencies, pure Dart, works on all 6 platforms. Changelog excerpt: - Made screenshots clickable in README.
21 hours ago 0 0 0 0
Preview
v1.1.0 of unity_kit Flutter plugin for Unity 3D integration — typed bridge, lifecycle management, and communication layer. Changelog excerpt: ### Added - `UnityConfig.transparentBackground`flag that renders the native Unity container non-opaque on iOS so Flutter widgets painted behind the platform view can show through. Requires the Unity scene camera's clear colour to use alpha `0`. - `UnityConfig.fullscreen()`factory now accepts `transparentBackground`. - iOS `UnityKitView`recursively applies `isOpaque = false`and a clear background to the Unity root view hierarchy when the flag is enabled. ### Changed - `UnityConfig.toString()`n[...]
21 hours ago 0 0 0 0
Preview
v0.12.2 of locorda_rdf_jsonld A Dart JSON-LD 1.1 parser and serializer for RDF graphs. Compact, expanded, and flattened output with context support. Linked data codec for knowledge graph applications.
23 hours ago 0 0 0 0
Preview
v0.1.0 of hunyuan_image_4_0 Backlink helper package for https://www.seedance2ai.app/tools/hunyuan-image-4-0. Changelog excerpt: - Initial minimal Dart package.
1 day ago 0 0 0 0