Skip to content

Commit 7641a97

Browse files
committed
Resolves Flutter CI Build Fail Issues
1 parent 1926381 commit 7641a97

24 files changed

+45
-56
lines changed

lib/Pages/home_screen/widgets/rss_feed_home_page.dart

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,23 +1011,20 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
10111011
Padding(
10121012
padding:
10131013
const EdgeInsets
1014-
.only(
1014+
.only(
10151015
top: 20),
10161016
child: Column(
10171017
crossAxisAlignment:
10181018
CrossAxisAlignment
10191019
.start,
10201020
children: [
10211021
Padding(
1022-
padding:
1023-
const EdgeInsets
1022+
padding: const EdgeInsets
10241023
.only(
1025-
right:
1026-
20,
1027-
left:
1028-
20,
1029-
bottom:
1030-
5),
1024+
right: 20,
1025+
left: 20,
1026+
bottom:
1027+
5),
10311028
child: Text(
10321029
l10n.selected_magnet_link,
10331030
style: TextStyle(
@@ -1046,7 +1043,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
10461043
),
10471044
Padding(
10481045
padding: const EdgeInsets
1049-
.only(
1046+
.only(
10501047
left:
10511048
20.0,
10521049
right:
@@ -1387,7 +1384,7 @@ class _RSSFeedHomePageState extends State<RSSFeedHomePage>
13871384
? Padding(
13881385
padding:
13891386
const EdgeInsets
1390-
.only(
1387+
.only(
13911388
top: 8.0),
13921389
child: Container(
13931390
height: 1,

lib/l10n/arb/app_ar.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "جاري التنزيل",
323323
"notification_error": "خطأ في التنزيل",
324324
"notification_finished": "تم التنزيل",
325-
"login_field_tooltip_message": "عنوان URL للمثيل الخاص بك في Flood (محلي، seedbox...)"
325+
"login_field_tooltip_message": "عنوان URL للمثيل الخاص بك في Flood (محلي، seedbox...)",
326326
"tag_selection_heading": "تفضيلات محدد الوسوم",
327327
"single_selection_radio_button": "اختيار واحد",
328328
"multi_selection_radio_button": "اختيار متعدد",

lib/l10n/arb/app_cs.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "Stahování",
323323
"notification_error": "Chyba při stahování",
324324
"notification_finished": "Stahování dokončeno",
325-
"login_field_tooltip_message": "URL pro vaši Flood instanci (lokální, seedbox...)"
325+
"login_field_tooltip_message": "URL pro vaši Flood instanci (lokální, seedbox...)",
326326
"tag_selection_heading": "Předvolba výběru značek",
327327
"single_selection_radio_button": "Jednoduchý výběr",
328328
"multi_selection_radio_button": "Více výběrů",

lib/l10n/arb/app_de.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,6 +324,6 @@
324324
"sort_by_uploaded": "Hochgeladen",
325325
"sort_by_upload_speed": "Upload-Geschwindigkeit",
326326
"sort_by_file_size": "Dateigröße",
327-
"login_field_tooltip_message": "URL für Ihre Flood-Instanz (lokal, seedbox...)"
327+
"login_field_tooltip_message": "URL für Ihre Flood-Instanz (lokal, seedbox...)",
328328
"sort_by_percent_completed": "Prozent abgeschlossen","show_progress_bar_option": "Fortschrittsbalken anzeigen"
329329
}

lib/l10n/arb/app_en.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@
336336
"notification_downloading": "Downloading",
337337
"notification_error": "Download Error",
338338
"notification_finished": "Download Finished",
339-
"login_field_tooltip_message" : "URL for your Flood instance (local, seedbox...)."
339+
"login_field_tooltip_message" : "URL for your Flood instance (local, seedbox...).",
340340
"tag_selection_heading": "Tag Selector Preference",
341341
"single_selection_radio_button":"Single Selection",
342342
"multi_selection_radio_button":"Multi Selection",

lib/l10n/arb/app_es.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "Descargando",
323323
"notification_error": "Error de descarga",
324324
"notification_finished": "Descarga finalizada",
325-
"login_field_tooltip_message": "URL para su instancia de Flood (local, seedbox...)"
325+
"login_field_tooltip_message": "URL para su instancia de Flood (local, seedbox...)",
326326
"tag_selection_heading": "Preferencia del selector de etiquetas",
327327
"single_selection_radio_button": "Selección única",
328328
"multi_selection_radio_button": "Selección múltiple",

lib/l10n/arb/app_fi.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "Lataaminen",
323323
"notification_error": "Latausvirhe",
324324
"notification_finished": "Lataus valmis",
325-
"login_field_tooltip_message": "URL Flood-instanssillesi (paikallinen, seedbox...)"
325+
"login_field_tooltip_message": "URL Flood-instanssillesi (paikallinen, seedbox...)",
326326
"tag_selection_heading": "Tunnistevalitsimen asetukset",
327327
"single_selection_radio_button": "Yksittäinen valinta",
328328
"multi_selection_radio_button": "Useita valintoja",

lib/l10n/arb/app_fr.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"notification_downloading": "Téléchargement",
324324
"notification_error": "Erreur de téléchargement",
325325
"notification_finished": "Téléchargement terminé",
326-
"login_field_tooltip_message": "URL pour votre instance de Flood (locale, seedbox...)"
326+
"login_field_tooltip_message": "URL pour votre instance de Flood (locale, seedbox...)",
327327
"tag_selection_heading": "Préférence du sélecteur de balises",
328328
"single_selection_radio_button": "Sélection unique",
329329
"multi_selection_radio_button": "Sélection multiple",

lib/l10n/arb/app_hi.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "डाउनलोड हो रहा है",
323323
"notification_error": "डाउनलोड त्रुटि",
324324
"notification_finished": "डाउनलोड समाप्त",
325-
"login_field_tooltip_message": "आपके फ्लड इंस्टेंस के लिए URL (स्थानीय, सीडबॉक्स...)"
325+
"login_field_tooltip_message": "आपके फ्लड इंस्टेंस के लिए URL (स्थानीय, सीडबॉक्स...)",
326326
"tag_selection_heading": "टैग सिलेक्शन प्राथमिकता",
327327
"single_selection_radio_button": "एकल चयन",
328328
"multi_selection_radio_button": "बहुविकल्पी चयन",

lib/l10n/arb/app_hu.arb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@
322322
"notification_downloading": "Letöltés",
323323
"notification_error": "Letöltési hiba",
324324
"notification_finished": "Letöltés kész",
325-
"login_field_tooltip_message": "URL a Flood példányához (helyi, seedbox...)"
325+
"login_field_tooltip_message": "URL a Flood példányához (helyi, seedbox...)",
326326
"tag_selection_heading": "Címkeválasztó előnyben részesítése",
327327
"single_selection_radio_button": "Egyszeres kiválasztás",
328328
"multi_selection_radio_button": "Többszörös kiválasztás",

0 commit comments

Comments
 (0)