Provided design does not exactly fit iPad form factor, it seems more for browser, in app central column height shorter for keeping cells proportion.
- The function of this view is only browsing wrestling matches results?
- Active controls on the view are Previous, Next buttons, Penalty & Menu buttons on competitors cells, 'This match is Active', 'Save results', 'Show results on screen' on the central pane and 'Show on TV' in the bottom of the left pane. Did I miss some?
- Previous, Next buttons are for browsing matches in chronological order?
- Ss 'This match is Active' switches match status active/complete?
- What additional action does it fire?
- Maybe the 'Save results' button should be enabled only when the match is completed?
- What is the difference between buttons 'Show result on screen' and 'Show on TV'?
- What items show previous and next lists? It looks like it matches history.
- Consider the lists headers 'Previous' & 'Next', don't they copy buttons titles above and wasting screen space?
- Another design for new pages is provided here (section2). Review this design thoroughly.
- 10h unsure yet, need more assignment details.
- For blur effect on the top and bottom of the image it is possible to use the
BackdropFilter widgetblur image that has transparent backgrounds along with Positioned widgets within a Stack. - To create a custom indicator wheel with digits in the center, may use the CircularPercentIndicator from the percent_indicator package and overlay it with a Text widget to display the numeric value. https://pub.dev/packages/percent_indicator
- For event cards include an image, title, subtitle, and action buttons. Going to use the Card widget combined with Column and Row for layout.
- For app navigation better to use tab bar widget
- [x] List any questions or clarifications you need before starting the implementation. This could include questions about design details, data requirements, or existing project constraints.
- What is the function of an application?
- What API calls to use?
- What is the intended sequence of user actions?
- What should happen on pressing the button 'Follow'?
- The same question about 'registration', 'mail', top right 'favorites' and 'arrow' buttons.
- How should I handle user sessions and settings?
- What data is associated with controls and models?
- How does the Sport Score calculate?
- What is the role of events list?