flutter / flutter_clock

BSD 3-Clause "New" or "Revised" License
543 stars 328 forks source link

Certain submission requirements not understood #42

Closed BombeyR-zz closed 4 years ago

BombeyR-zz commented 4 years ago

Hello Google. Thanks for organizing such a contest. I am a Flutter novice and there are certain issues I have not quite understood with the submission requirements

-Next, the submitted clock should show only the time as indicated but the customizer.png image in the flutter clock helper directory shows other parameters such as temperature. Please, I will like to have a more detailed explanation of the contest submission requirements in general and also on the flutter_clock_helper directory. Thanks in advance. Ronny.

skhalsa10 commented 4 years ago

I have not gotten that far into the details but I think maybe just don't make it interactive. settings are not really interactive. but maybe they change it from a light theme to a dark theme. interactivity is like don't turn the clock into a game.

I just started looking at this as well. and it seems that the flutter_clock_helper directory is imported into the analog and digital apps. look in the main.dart file on the analog or digital project image

there seems to be stuff in here related to what makes up the settings that you also mentioned above. image

hope that helps :)

BombeyR-zz commented 4 years ago

Okay, thanks a lot. I will look into that.

jfdeveloper92 commented 4 years ago

@BombeyR where do you see the "the submitted clock should show only the time as indicated" listed in the requirements?

jkurtw commented 4 years ago

I think the best summary is that you should not make the clock face itself respond to touch events. If you want the clock to respond to settings changes, then you can use flutter_clock_helper which has these controls available for you.