-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feat/create digital guide screen #442
Conversation
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
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.
Nice part of code actually!
I left few notes ( usually regarding naming) and questions of mine (ie. why some files did change), Wherever possible, it's good to use colors and text styles defined in our theme.
lib/features/building_detail_view/presentation/building_detail_view.dart
Outdated
Show resolved
Hide resolved
lib/features/building_detail_view/presentation/building_detail_view.dart
Outdated
Show resolved
Hide resolved
lib/features/building_detail_view/presentation/building_detail_view.dart
Outdated
Show resolved
Hide resolved
lib/features/building_detail_view/presentation/widgets/accessible_button.dart
Outdated
Show resolved
Hide resolved
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.
Great job! Your code quality was excellent. I have some feedback to share with you.
lib/features/building_detail_view/presentation/widgets/building_data_source_link.dart
Outdated
Show resolved
Hide resolved
lib/features/building_detail_view/presentation/widgets/building_features_section.dart
Outdated
Show resolved
Hide resolved
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as resolved.
This comment was marked as resolved.
I'll review your code when you finish whole task. |
lib/features/digital_guide_view/general_info/data/repository/digital_guide_repository.dart
Outdated
Show resolved
Hide resolved
lib/features/digital_guide_view/general_info/data/repository/digital_guide_repository.dart
Outdated
Show resolved
Hide resolved
lib/features/digital_guide_view/general_info/data/repository/digital_guide_repository.dart
Outdated
Show resolved
Hide resolved
…d remove error handling from fetching imageUrl
This comment was marked as outdated.
This comment was marked as outdated.
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.
good job here! I think we're coming close to merging, just change Column to listview.builder; change child delegate to builder delegate and we can prolly merge.
I think it's done 😉 |
...res/digital_guide_view/general_info/presentation/widgets/digital_guide_features_section.dart
Outdated
Show resolved
Hide resolved
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.
Finally! Good job, looks good to me
51d90fa
to
b5646a7
Compare
Changes