-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: additional line in contacts * fix: quick button styling * feat: disable system font size scaling * feat: long tile shadows adjustments * feat: game adjustments * fixed: jumping bottom nav bar * fixed anim controller dispose error * request textfield focus after win * feat: fake anim loading only from button action * addressed flutter/flutter#113895 * fix another possible leak * fix: more leak checks, focus text input also if wrong answer from textfield action * one more mounted check in nepanikar_button.dart
- Loading branch information
Showing
9 changed files
with
122 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"countryContacts":[{"languageTag":"cs","phoneContacts":[{"pinned":true,"title":"Linka bezpečí","tel":"116 111","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":true,"title":"Linka psychické pomoci","tel":"116 123","subtitle":"Nonstop zdarma","runtimeType":"default"},{"title":"Modrá linka","subtitle":"Nonstop","subPhoneContacts":[{"title":"Mobil","tel":"731 197 477","action":"phone"},{"title":"Mobil","tel":"608 902 410","action":"phone"}],"runtimeType":"subList"},{"pinned":false,"title":"Linka pro rodinu a školu","tel":"116 000","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Pražská linka důvěry","tel":"222 580 697","subtitle":"Nonstop","runtimeType":"default"},{"pinned":false,"title":"Linka důvěry CKI Bohnice","tel":"284 016 666","subtitle":"Nonstop","runtimeType":"default"},{"title":"Linka důvěry Dětského krizového centra","subtitle":"Nonstop","subPhoneContacts":[{"title":"Telefon","tel":"241 484 149","action":"phone"},{"title":"Mobil","tel":"777 715 215","action":"phone"}],"runtimeType":"subList"},{"pinned":false,"title":"Linka Anabell (poruchy přijmu potravy)","tel":"774 467 293","subtitle":"Pondělí\t8–16 hodin\nÚterý\t10–18 hodin\nStředa–pátek\t8–16 hodin\n","runtimeType":"default"}],"crisisCenterContacts":[{"title":"CrisisCenterContact TODO"}],"chatContacts":[{"title":"Poradna 1 - TODO","subtitle":null},{"title":"Poradna 2 - TODO","subtitle":null}],"universityContacts":[{"title":"Uni Contacts TODO"}]},{"languageTag":"en","phoneContacts":[{"pinned":true,"title":"TODO number 1","tel":"116 111","subtitle":"Nonstop","runtimeType":"default"},{"pinned":false,"title":"Example 2","tel":"123 456","subtitle":null,"runtimeType":"default"}],"crisisCenterContacts":null,"chatContacts":null,"universityContacts":null},{"languageTag":"sk","phoneContacts":[{"pinned":true,"title":"Linka detskej istoty","tel":"116 123","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Krízová linka pomoci","tel":"0800 500 333","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Liga za duševné zdravie Slovensko","tel":"0800 800 566","subtitle":"Nonstop zdarma","runtimeType":"default"}],"crisisCenterContacts":null,"chatContacts":null,"universityContacts":null}]} | ||
{"countryContacts":[{"languageTag":"cs","phoneContacts":[{"pinned":true,"title":"Linka bezpečí","tel":"116 111","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":true,"title":"Linka psychické pomoci","tel":"116 123","subtitle":"Nonstop zdarma","runtimeType":"default"},{"title":"Modrá linka","subtitle":"Nonstop","subPhoneContacts":[{"title":"Mobil","tel":"731 197 477","action":"phone"},{"title":"Mobil","tel":"608 902 410","action":"phone"}],"runtimeType":"subList"},{"pinned":false,"title":"Linka pro rodinu a školu","tel":"116 000","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Pražská linka důvěry","tel":"222 580 697","subtitle":"Nonstop","runtimeType":"default"},{"pinned":false,"title":"Linka důvěry CKI Bohnice","tel":"284 016 666","subtitle":"Nonstop","runtimeType":"default"},{"title":"Linka důvěry Dětského krizového centra","subtitle":"Nonstop","subPhoneContacts":[{"title":"Telefon","tel":"241 484 149","action":"phone"},{"title":"Mobil","tel":"777 715 215","action":"phone"}],"runtimeType":"subList"},{"pinned":false,"title":"Linka Anabell (poruchy přijmu potravy)","tel":"774 467 293","subtitle":"Pondělí\t8–16 hodin\nÚterý\t10–18 hodin\nStředa–pátek\t8–16 hodin","runtimeType":"default"}],"crisisCenterContacts":[{"title":"CrisisCenterContact TODO"}],"chatContacts":[{"title":"Poradna 1 - TODO","subtitle":null},{"title":"Poradna 2 - TODO","subtitle":null}],"universityContacts":[{"title":"Uni Contacts TODO"}]},{"languageTag":"en","phoneContacts":[{"pinned":true,"title":"TODO number 1","tel":"116 111","subtitle":"Nonstop","runtimeType":"default"},{"pinned":false,"title":"Example 2","tel":"123 456","subtitle":null,"runtimeType":"default"}],"crisisCenterContacts":null,"chatContacts":null,"universityContacts":null},{"languageTag":"sk","phoneContacts":[{"pinned":true,"title":"Linka detskej istoty","tel":"116 123","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Krízová linka pomoci","tel":"0800 500 333","subtitle":"Nonstop zdarma","runtimeType":"default"},{"pinned":false,"title":"Liga za duševné zdravie Slovensko","tel":"0800 800 566","subtitle":"Nonstop zdarma","runtimeType":"default"}],"crisisCenterContacts":null,"chatContacts":null,"universityContacts":null}]} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters