Skip to content

Commit 2e9b778

Browse files
committed
release repos langs overview
1 parent fe0b66a commit 2e9b778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/const_keeper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import 'package:get/get.dart';
22

33
class ConstKeeper{
44

5-
static RxBool isFFmpegLoaded = RxBool(false);//
5+
static RxBool isFFmpegLoaded = RxBool(false);
66
static String baseUrl = 'https://api.github.com/';
77

88
}

0 commit comments

Comments
 (0)