Skip to content

Commit a1fca53

Browse files
committed
Prepare Release 2.4.0
1 parent ff6de41 commit a1fca53

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 2.4.0
4+
5+
- Support for [Flutter 3.29](https://docs.flutter.dev/release/release-notes/release-notes-3.29.0)
6+
- New: `Wiredash.of(context).show()` now returns a `FeedbackResult` with a `bool hasSubmittedFeedback` [#379](https://github.com/wiredashio/wiredash-sdk/pull/379)
7+
- Fix: `trackEvent` now completes when the event is saved to disk, and does not wait for the network batch request [#378](https://github.com/wiredashio/wiredash-sdk/pull/378)
8+
- Fix: `trackEvent` now never crashes (and will never interrupt business logic) [#378](https://github.com/wiredashio/wiredash-sdk/pull/378)
9+
- Remove: Wiredash is now unable to be inspected with a `WidgetInspector` due to breaking API changes. Nobody outside the Wiredash dev team was using it, so we decided to remove it instead of raising the minimum Flutter version to 3.29.0 [#373](https://github.com/wiredashio/wiredash-sdk/pull/373)
10+
311
## 2.3.0
412

513
- New: Add environments to `Wiredash(environment: 'staging')` and `WiredashAnalytics(environment: 'staging')`. Automatically detects dev environments [#369](https://github.com/wiredashio/wiredash-sdk/pull/369)

RELEASE.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,12 @@ This way we can make sure to deliver the latest features and bug fixes to all of
2626

2727
These are the current deprecated APIs the Wiredash SDK is currently using as long as the deprecated APIs are not removed (usually after 12 months).
2828

29-
### Flutter v3.28 / Dart 3.6.0
29+
### Flutter 3.29 / Dart 3.7.0 (12.02.2025)
3030

31+
- `dart:html`, `dart:js_util` and `dart:js` are now deprecated https://github.com/dart-lang/sdk/issues/59716
3132
- New `WidgetInspector` constructor https://github.com/flutter/flutter/pull/158219
3233

33-
### Flutter 3.27 / Dart 3.6.0
34+
### Flutter 3.27 / Dart 3.6.0 (11.12.2024)
3435

3536
Multiple `Color` API changes
3637
- https://docs.flutter.dev/release/breaking-changes/wide-gamut-framework
@@ -43,7 +44,7 @@ Multiple `Color` API changes
4344
- `Color.withOpacity()` -> `Color.withValues()`
4445
- `Color.value` -> ?
4546

46-
### Flutter 3.10 / Dart 3.0.0
47+
### Flutter 3.10 / Dart 3.0.0 (10.05.2023)
4748

4849
- `Iterable<T?>.whereNotNull()` -> `Iterable<T>.nonNulls` (Caused by pinned [`collection: 1.19.0`](https://pub.dev/packages/collection/changelog#1190) package)
4950
- `MediaQuery.fromWindow` -> `MediaQuery.fromView` (deprecated in Flutter v3.7.0-32.0.pre) https://github.com/flutter/flutter/pull/119647

0 commit comments

Comments
 (0)