We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851f83c commit def16afCopy full SHA for def16af
example/lib/widgets/configuration.dart
@@ -196,7 +196,7 @@ class _ConfigurationState extends State<Configuration> with ShowDialog {
196
apiKeyController.text = fsData.apiKey;
197
timeoutController.text = fsData.timeout.toString();
198
visitorIdController.text = fsUser.visitorId;
199
- bool isApiMode = (fsData.sdkMode == Mode.BUCKETING) ? true : false;
+ bool isApiMode = (fsData.sdkMode == Mode.DECISION_API) ? true : false;
200
pollingTimeController.text = defaultPollingTime.toString();
201
202
final mediaQuery = MediaQuery.of(context);
0 commit comments