Skip to content

Commit dc4fe07

Browse files
Update rxdart dependency and bump version number
1 parent 2ea35dc commit dc4fe07

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
77
homepage: https://github.com/Flagsmith/flagsmith-flutter-client
88
repository: https://github.com/Flagsmith/flagsmith-flutter-client
99
issue_tracker: https://github.com/Flagsmith/flagsmith-flutter-client/issues
@@ -12,10 +12,10 @@ environment:
1212
sdk: '>=2.13.0 <3.0.0'
1313

1414
dependencies:
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
1919
dev_dependencies:
2020
test: ">=1.16.0 <=1.17.12"
2121
lints: ^1.0.1

0 commit comments

Comments
 (0)