mirror of
https://github.com/nini22P/iris.git
synced 2026-06-21 02:26:08 +08:00
8 lines
289 B
Dart
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';
|
|
}
|