Skip to content

Commit 85f1f4b

Browse files
Release/3.0.0 (Flagsmith#28)
* Bump version to 3.0.0 * Update default API URL
1 parent 2e9f534 commit 85f1f4b

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.0.0]
4+
5+
- Update default URL to Edge API.
6+
37
## [2.3.0]
48

59
- Refactor to rely on https://github.com/Flagsmith/flagsmith-flutter-core

lib/src/flagsmith_config.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class FlagsmithConfig {
4343
/// The [analyticsInterval] is how often the analytics will be pushed to the server in milliseconds, defaults to 10000 (10 seconds)
4444
4545
const FlagsmithConfig({
46-
this.baseURI = 'https://api.flagsmith.com/api/v1/',
46+
this.baseURI = 'https://edge.api.flagsmith.com/api/v1/',
4747
this.flagsURI = 'flags/',
4848
this.identitiesURI = 'identities/',
4949
this.traitsURI = 'traits/',

pubspec.yaml

+1-1
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: 2.3.0
6+
version: 3.0.0
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

0 commit comments

Comments
 (0)