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

Open
wants to merge 4 commits into
base: feature/redesing
Choose a base branch
from

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

@@ -71,19 +71,41 @@ class _MainPageState extends State<MainPage> {
children: <Widget>[
_buildQrView(context),
SafeArea(
Copy link
Member

Choose a reason for hiding this comment

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

Możesz wynieść ten cały obiekt do nowego widgetu? Np. ScanSearchButton. Wszystko co odpowada za ten guzik, żeby było w oddzielnym pliku.

@WezSieTato WezSieTato linked an issue Dec 29, 2024 that may be closed by this pull request
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