File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0]
4
+
5
+ - Update default URL to Edge API.
6
+
3
7
## [ 2.3.0]
4
8
5
9
- Refactor to rely on https://github.com/Flagsmith/flagsmith-flutter-core
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class FlagsmithConfig {
43
43
/// The [analyticsInterval] is how often the analytics will be pushed to the server in milliseconds, defaults to 10000 (10 seconds)
44
44
45
45
const FlagsmithConfig ({
46
- this .baseURI = 'https://api.flagsmith.com/api/v1/' ,
46
+ this .baseURI = 'https://edge. api.flagsmith.com/api/v1/' ,
47
47
this .flagsURI = 'flags/' ,
48
48
this .identitiesURI = 'identities/' ,
49
49
this .traitsURI = 'traits/' ,
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 : 2.3 .0
6
+ version : 3.0 .0
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
You can’t perform that action at this time.
0 commit comments