File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
2+ ## [ 5.0.1]
3+
4+ - Change the base url to https://edge.api.flagsmith.com/api/v1/
5+
26
37## [ 5.0.0]
48
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class FlagsmithConfig {
5151 /// You can configure the realtime updates source URL by setting the [realtimeUpdatesBaseURI] parameter
5252
5353 const FlagsmithConfig ({
54- this .baseURI = 'https://api.flagsmith.com/api/v1/' ,
54+ this .baseURI = 'https://edge. api.flagsmith.com/api/v1/' ,
5555 this .flagsURI = 'flags/' ,
5656 this .identitiesURI = 'identities/' ,
5757 this .traitsURI = 'traits/' ,
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 : 5.0.0
6+ version : 5.0.1
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
You can’t perform that action at this time.
0 commit comments