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.
2 parents d10191a + 361b9ef commit 073fd6cCopy full SHA for 073fd6c
packages/isar/lib/src/native/isar_core.dart
@@ -37,8 +37,7 @@ const nullBool = IsarObject_NULL_BOOL;
37
const falseBool = IsarObject_FALSE_BOOL;
38
const trueBool = IsarObject_TRUE_BOOL;
39
40
-const String _githubUrl =
41
- 'https://github.com/isar-community/isar/releases/download';
+const String _githubUrl = 'https://isar-community.dev/releases';
42
43
bool _isarInitialized = false;
44
0 commit comments