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 264193f commit 6a8124fCopy full SHA for 6a8124f
lib/vars/statics_var.dart
@@ -10,6 +10,7 @@ class StaticsVar {
10
static const String modelPath = 'arabicLearning/tts/model/vits-piper-ar_JO-kareem-medium';
11
static const Map<String, dynamic> tempConfig = {"SelectedClasses": []};
12
static const Curve curve = Curves.easeInOut;
13
+ static const String onlineDictOwner = 'JYinherit';
14
static const String arBackupFont = "Vazirmatn";
15
static const String zhBackupFont = "NotoSansSC";
16
static final isDesktop = kIsWeb ? false : (Platform.isWindows || Platform.isLinux || Platform.isMacOS);
0 commit comments