Skip to content

Commit 072e2c0

Browse files
authored
2.0.0
1 parent 0441559 commit 072e2c0

29 files changed

+2805
-0
lines changed

analysis_options.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# This file configures the analyzer, which statically analyzes Dart code to
2+
# check for errors, warnings, and lints.
3+
#
4+
# The issues identified by the analyzer are surfaced in the UI of Dart-enabled
5+
# IDEs (https://dart.dev/tools#ides-and-editors). The analyzer can also be
6+
# invoked from the command line by running `flutter analyze`.
7+
8+
# The following line activates a set of recommended lints for Flutter apps,
9+
# packages, and plugins designed to encourage good coding practices.
10+
include: package:flutter_lints/flutter.yaml
11+
12+
linter:
13+
# The lint rules applied to this project can be customized in the
14+
# section below to disable rules from the `package:flutter_lints/flutter.yaml`
15+
# included above or to enable additional rules. A list of all available lints
16+
# and their documentation is published at https://dart.dev/lints.
17+
#
18+
# Instead of disabling a lint rule for the entire project in the
19+
# section below, it can also be suppressed for a single line of code
20+
# or a specific dart file by using the `// ignore: name_of_lint` and
21+
# `// ignore_for_file: name_of_lint` syntax on the line or in the file
22+
# producing the lint.
23+
rules:
24+
# avoid_print: false # Uncomment to disable the `avoid_print` rule
25+
# prefer_single_quotes: true # Uncomment to enable the `prefer_single_quotes` rule
26+
27+
# Additional information about this file can be found at
28+
# https://dart.dev/guides/language/analysis-options

assets/pepe.gif

25.7 KB
Loading

assets/pepe.mp3

10 KB
Binary file not shown.

devtools_options.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
description: This file stores settings for Dart & Flutter DevTools.
2+
documentation: https://docs.flutter.dev/tools/devtools/extensions#configure-extension-enablement-states
3+
extensions:

donat_timer.iml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<module type="JAVA_MODULE" version="4">
3+
<component name="NewModuleRootManager" inherit-compiler-output="true">
4+
<exclude-output />
5+
<content url="file://$MODULE_DIR$">
6+
<sourceFolder url="file://$MODULE_DIR$/lib" isTestSource="false" />
7+
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
8+
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
9+
<excludeFolder url="file://$MODULE_DIR$/.idea" />
10+
<excludeFolder url="file://$MODULE_DIR$/build" />
11+
</content>
12+
<orderEntry type="sourceFolder" forTests="false" />
13+
<orderEntry type="library" name="Dart SDK" level="project" />
14+
<orderEntry type="library" name="Flutter Plugins" level="project" />
15+
<orderEntry type="library" name="Dart Packages" level="project" />
16+
</component>
17+
</module>

lang/en.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"app_title": "Donathon Timer",
3+
"m_settings": "Menu-slut",
4+
"m_lang": "Language",
5+
"start": "Start",
6+
"pause": "Pause",
7+
"-min":"-1 min",
8+
"-10min":"-10 min",
9+
"+min":"+1 min",
10+
"+10min":"+10 min",
11+
"+-":"Add/Remove",
12+
"+-hint":"+-Minutes [+24 | -42]",
13+
"TDon":"Top Donors",
14+
"LDon":"Latest Donations",
15+
"Anon":"Anonymous",
16+
"settings": "Settings",
17+
"clear_settings":"Reset all settings",
18+
"settings_clear":"Settings reset",
19+
"edit":"Edit Timer Time",
20+
"copyOBS":"Copy link for OBS",
21+
"OBScopy":"Link copied to clipboard",
22+
"remote":"Control from Phone",
23+
"clear_stat":"Clear Statistics",
24+
"stat_clear":"Statistics cleared",
25+
"token":"Token",
26+
"not_token":"Token not set",
27+
"min100":"Minutes per 100₽",
28+
"linkDA":"DonationAlerts Widget Link",
29+
"cancel":"Cancel",
30+
"save":"Save",
31+
"start_time":"Set Start Time",
32+
"hours":"Hours",
33+
"h":"hr.",
34+
"minuts":"Minutes",
35+
"m":"min.",
36+
"seconds":"Seconds",
37+
"setup":"Set Up",
38+
"wifi":"You must be on the same network (WiFi)",
39+
"close":"Close",
40+
"info":"Information",
41+
"author":"Author",
42+
"version":"Version",
43+
"chengelog":"Changelog",
44+
"ps":"Made especially for donathons",
45+
"okpon":"Okay, got it!",
46+
"support":"Support the author"
47+
}

lang/ru.json

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
{
2+
"app_title": "Донатон Таймер",
3+
"m_settings": "Менюшка-шлюшка",
4+
"m_lang": "Язык",
5+
"start": "Старт",
6+
"pause": "Пауза",
7+
"-min":"-1 мин",
8+
"-10min":"-10 мин",
9+
"+min":"+1 мин",
10+
"+10min":"+10 мин",
11+
"+-":"Добавить/Отбавить",
12+
"+-hint":"+-Минут [+24 | -42]",
13+
"TDon":"Топ донатеров",
14+
"LDon":"Последние донаты",
15+
"Anon":"Аноним",
16+
"settings": "Настройки",
17+
"clear_settings":"Сброс всех настроек",
18+
"settings_clear":"Настройки сброшены",
19+
"edit":"Изменить время таймера",
20+
"copyOBS":"Скопировать ссылку для OBS",
21+
"OBScopy":"Ссылка скопирована в буфер обмена",
22+
"remote":"Управление с телефона",
23+
"clear_stat":"Очистить статистику",
24+
"stat_clear":"Статистика очищена",
25+
"token":"Токен",
26+
"not_token":"Токен не установлен",
27+
"min100":"Минут за 100₽",
28+
"linkDA":"Ссылка виджета DonationAlerts",
29+
"cancel":"Отмена",
30+
"save":"Сохранить",
31+
"start_time":"Установить начальное время",
32+
"hours":"Часы",
33+
"h":"ч.",
34+
"minuts":"Минуты",
35+
"m":"м.",
36+
"seconds":"Секунды",
37+
"setup":"Установить",
38+
"wifi":"Вы должны быть в одной сети (WiFi)",
39+
"close":"Закрыть",
40+
"info":"Информация",
41+
"author":"Автор",
42+
"version":"Версия",
43+
"chengelog":"Изменения версии",
44+
"ps":"Было сделано специально для донатонов ",
45+
"okpon":"Окей, я всё понял!",
46+
"support":"Поддержать автора"
47+
}

0 commit comments

Comments
 (0)