File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.5.0
4
+ - Support for [ Flutter 3.32] ( https://docs.flutter.dev/release/release-notes/release-notes-3.32.0 )
5
+ - Update PageView spring physics for Flutter 3.31 [ #386 ] ( https://github.com/wiredashio/wiredash-sdk/pull/386 )
6
+ - Allow ` flutter run -d web-server ` with ad blocker [ #387 ] ( https://github.com/wiredashio/wiredash-sdk/pull/387 )
7
+
3
8
## 2.4.0
4
9
5
10
- Support for [ Flutter 3.29] ( https://docs.flutter.dev/release/release-notes/release-notes-3.29.0 )
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ Then create a project with a descriptive name.
36
36
### 2. Add Wiredash to your pubspec.yaml
37
37
38
38
``` bash
39
- $ flutter pub add wiredash:^2.4 .0
39
+ $ flutter pub add wiredash:^2.5 .0
40
40
```
41
41
42
42
``` yaml
43
43
dependencies :
44
44
flutter :
45
45
sdk : flutter
46
46
...
47
- wiredash : ^2.4 .0
47
+ wiredash : ^2.5 .0
48
48
` ` `
49
49
50
50
### 3. Wrap your root widget with Wiredash
Original file line number Diff line number Diff line change 52
52
/// 222 -> 2.2.2
53
53
/// 230 -> 2.3.0
54
54
/// 240 -> 2.4.0
55
- const wiredashSdkVersion = 240 ;
55
+ /// 250 -> 2.5.0
56
+ const wiredashSdkVersion = 250 ;
Original file line number Diff line number Diff line change 1
1
name : wiredash
2
2
description : Wiredash is an interactive user feedback tool for Flutter apps including Promoter Score.
3
- version : 2.4 .0
3
+ version : 2.5 .0
4
4
homepage : https://wiredash.io
5
5
repository : https://github.com/wiredashio/wiredash-sdk
6
6
issue_tracker : https://github.com/wiredashio/wiredash-sdk/issues
You can’t perform that action at this time.
0 commit comments