From 5e3793a70b515be99d425e19e22656f0f87dfa2c Mon Sep 17 00:00:00 2001 From: Rohan Gupta Date: Sun, 21 Dec 2025 03:02:47 +0530 Subject: [PATCH 1/2] [skip ci] Release v2.2.11 This PR contains the automated release updates for version 2.2.11. Changes: - Updated sample app - Updated API documentation - Updated README, CHANGELOG, and MIGRATION guide - Updated screenshots --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a889828..4982b90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.2.11 + +### Fixed +- Fixed an issue with bitmap capture for Flutter's `SurfaceView`. + ## 2.2.10 ### Added From f2a2bd5e1c131a8a8ddca69d63998b50c9444034 Mon Sep 17 00:00:00 2001 From: Rohan Gupta Date: Sun, 21 Dec 2025 03:04:21 +0530 Subject: [PATCH 2/2] Trigger CI