We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 227b637 + caa2b9a commit fe59ceeCopy full SHA for fe59cee
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