-
Notifications
You must be signed in to change notification settings - Fork 3
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
redesign ekranu webview #103
redesign ekranu webview #103
Conversation
D3bi7
commented
Aug 8, 2024
•
edited
Loading
edited
lib/pages/scan/scan.dart
Outdated
builder: (context) { | ||
return WebViewDialog( | ||
url: "https://www.pola-app.pl/m/about", | ||
title: "O Aplikacji Pola", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proszę do slanga to dodać.
lib/ui/web_view_dialog.dart
Outdated
padding: const EdgeInsets.symmetric(horizontal: 14.0), | ||
child: Text( | ||
title, | ||
style: TextStyle(fontSize: 20, fontWeight: FontWeight.bold), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wszystkie teksty powinny być w kolorze https://www.figma.com/design/BVuJwwHa2uAqAVVtsyCx0H/Pola-REDESIGN?t=3mUa6fyj04rpI1y8-0
lib/ui/web_view_tab.dart
Outdated
Widget build(BuildContext context) { | ||
return Scaffold( | ||
appBar: AppBar( | ||
title: Text(title) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.