Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ekran skanowania wyszukaj #145

Merged
merged 6 commits into from
Jan 16, 2025

Conversation

D3bi7
Copy link

@D3bi7 D3bi7 commented Dec 17, 2024

1734636464042_720

@D3bi7 D3bi7 added this to the v3.0.0 milestone Dec 17, 2024
@D3bi7 D3bi7 self-assigned this Dec 17, 2024
textAlign: TextAlign.center,
style: TextStyle(color: Colors.white),
child: Container(
width: 328,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nie ustawiaj sztywno szerokości i wysokości, tylko ustaw odpowiednie paddingi. NA podstawie wielkości tekstu i szerokości ekranu, widok sam powienien się przeskalować.

padding:
const EdgeInsets.only(left: 20.0, right: 10),
child: SvgPicture.asset(
'assets/search.svg',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wygeneruj plik z assetami z niego korzystaj, nie podawaj ścieżek ręcznie.

D3bi7 and others added 3 commits December 19, 2024 20:31
# Conflicts:
#	lib/pages/detail/logotypes.dart
#	lib/pages/scan/scan_background.dart
),
Expanded(
child: Text(
'Wyszukaj',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To powinno być w slangu.

child: Text(
'Wyszukaj',
style: TextStyle(
fontSize: 16,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tu powinień być użyty TextSize.mediumTitle

@WezSieTato WezSieTato linked an issue Dec 29, 2024 that may be closed by this pull request
@WezSieTato WezSieTato merged commit 877f258 into feature/redesing Jan 16, 2025
6 checks passed
@WezSieTato WezSieTato deleted the 140-Ekran-skanowania--Wyszukaj branch January 16, 2025 08:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ekran skanowania: Wyszukaj
2 participants