Files
iris/lib/info.dart
2024-11-27 19:41:31 +08:00

8 lines
289 B
Dart

class INFO {
static const String title = 'Iris';
static const String description = 'A lightweight video player';
static const String author = '22';
static const String authorUrl = 'https://github.com/nini22P';
static const String githubUrl = 'https://github.com/nini22P/Iris';
}