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 227b637 commit caa2b9aCopy full SHA for caa2b9a
lib/src/web/plugin_config.dart
@@ -1,5 +1,5 @@
1
class CountlyFlutterPluginConfig {
2
static const String SDK_VERSION_STRING = '25.1.0';
3
static const String SDK_NAME = 'dart-flutterb-web';
4
- static const String WEB_SDK_URL = 'https://cdnjs.cloudflare.com/ajax/libs/countly-sdk-web/25.1.0/countly.min.js';
+ static const String WEB_SDK_URL = 'https://cdn.jsdelivr.net/npm/countly-sdk-web@25.1.0/lib/countly.min.js';
5
}
0 commit comments