File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.3]
4
+
5
+ - Upgrade rxdart dependency
6
+
3
7
## [ 3.0.2]
4
8
5
9
- Only call analytics if there are feature evaluations to track
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ packages:
161
161
name: flagsmith_flutter_core
162
162
url: "https://pub.dartlang.org"
163
163
source: hosted
164
- version: "2.3.0 "
164
+ version: "2.3.1 "
165
165
frontend_server_client:
166
166
dependency: transitive
167
167
description:
@@ -322,7 +322,7 @@ packages:
322
322
name: rxdart
323
323
url: "https://pub.dartlang.org"
324
324
source: hosted
325
- version: "0.27.2 "
325
+ version: "0.27.5 "
326
326
shelf:
327
327
dependency: transitive
328
328
description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
3
3
Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
4
4
Source. Host yourself or let us take care of the hosting.
5
5
6
- version : 3.0.2
6
+ version : 3.0.3
7
7
homepage : https://github.com/Flagsmith/flagsmith-flutter-client
8
8
repository : https://github.com/Flagsmith/flagsmith-flutter-client
9
9
issue_tracker : https://github.com/Flagsmith/flagsmith-flutter-client/issues
@@ -12,10 +12,10 @@ environment:
12
12
sdk : ' >=2.13.0 <3.0.0'
13
13
14
14
dependencies :
15
- flagsmith_flutter_core : ^2.3.0
15
+ flagsmith_flutter_core : ^2.3.1
16
16
collection : ^1.15.0
17
17
dio : ^4.0.0
18
- rxdart : " >=0.26.0 <=0. 27.2 "
18
+ rxdart : ^0. 27.5
19
19
dev_dependencies :
20
20
test : " >=1.16.0 <=1.17.12"
21
21
lints : ^1.0.1
You can’t perform that action at this time.
0 commit comments