Skip to content

Commit dfabaf5

Browse files
DennisAlundclaude
andcommitted
Release 0.26.0
Bump version and update changelog for toolchain and build quality improvements from PR #477. Breaking changes: iOS minimum deployment target raised to 13, and Dart/Flutter SDK constraints tightened to Dart >=3.3.0 / Flutter >=3.19.0. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent fb0716c commit dfabaf5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 0.26.0
2+
3+
### ⚠️ Breaking Changes
4+
5+
- **Raise iOS minimum deployment target** from 12 to 13 — iOS 12 is EOL
6+
- **Tighten Dart/Flutter SDK constraints** — Dart >=3.3.0, Flutter >=3.19.0 (was unconstrained; aligns with March 2024+ ecosystem)
7+
8+
### Changes
9+
10+
- **Bound iOS SPM Facebook SDK version range** to `"18.0.0"..<"19.0.0"` — prevents silent acceptance of breaking major versions; consistent with podspec (`~> 18.0`) and Android (`[18.0,19.0)`) (PR [#477](https://github.com/oddbit/flutter_facebook_app_events/pull/477))
11+
- **Update Android toolchain** — Kotlin 2.3.10, AGP 8.9.2, Gradle 8.11.1, compileSdk 35 (PR [#477](https://github.com/oddbit/flutter_facebook_app_events/pull/477))
12+
- **Add Android consumer ProGuard rules** — prevents R8 in host apps with code shrinking from stripping Facebook App Events classes at runtime (PR [#477](https://github.com/oddbit/flutter_facebook_app_events/pull/477))
13+
- **Add `analysis_options.yaml`** with `flutter_lints` for static analysis (PR [#477](https://github.com/oddbit/flutter_facebook_app_events/pull/477))
14+
115
## 0.25.0
216
- Work around stale default Graph API versions in Facebook SDK v18.x by overriding the native SDK Graph API version to `v24.0` on iOS and Android (PR [#476](https://github.com/oddbit/flutter_facebook_app_events/pull/476), fixes [#474](https://github.com/oddbit/flutter_facebook_app_events/issues/474))
317
- Add `setGraphApiVersion(String version)` to forward Graph API version overrides through the plugin API (PR [#476](https://github.com/oddbit/flutter_facebook_app_events/pull/476))

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: facebook_app_events
22
description: Flutter plugin for Facebook App Events, an app measurement
33
solution that provides insight on app usage and user engagement in Facebook Analytics.
4-
version: 0.25.0
4+
version: 0.26.0
55
homepage: https://github.com/oddbit/flutter_facebook_app_events
66

77
environment:

0 commit comments

Comments
 (0)