File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 3.0.3]
4+
5+ - Upgrade rxdart dependency
6+
37## [ 3.0.2]
48
59 - 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:
161161 name: flagsmith_flutter_core
162162 url: "https://pub.dartlang.org"
163163 source: hosted
164- version: "2.3.0 "
164+ version: "2.3.1 "
165165 frontend_server_client:
166166 dependency: transitive
167167 description:
@@ -322,7 +322,7 @@ packages:
322322 name: rxdart
323323 url: "https://pub.dartlang.org"
324324 source: hosted
325- version: "0.27.2 "
325+ version: "0.27.5 "
326326 shelf:
327327 dependency: transitive
328328 description:
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ description: >-
33 Flutter Client SDK for https://www.flagsmith.com/, Flagsmith is 100% Open
44 Source. Host yourself or let us take care of the hosting.
55
6- version : 3.0.2
6+ version : 3.0.3
77homepage : https://github.com/Flagsmith/flagsmith-flutter-client
88repository : https://github.com/Flagsmith/flagsmith-flutter-client
99issue_tracker : https://github.com/Flagsmith/flagsmith-flutter-client/issues
@@ -12,10 +12,10 @@ environment:
1212 sdk : ' >=2.13.0 <3.0.0'
1313
1414dependencies :
15- flagsmith_flutter_core : ^2.3.0
15+ flagsmith_flutter_core : ^2.3.1
1616 collection : ^1.15.0
1717 dio : ^4.0.0
18- rxdart : " >=0.26.0 <=0. 27.2 "
18+ rxdart : ^0. 27.5
1919dev_dependencies :
2020 test : " >=1.16.0 <=1.17.12"
2121 lints : ^1.0.1
You can’t perform that action at this time.
0 commit comments