Yes that's true.
Just make a Clock in Flutter to Win a Free iMac Pro and other exciting prizes from Google.
Let us see how YOU can do this as well.
If you are a beginner, then don't worry !!!
Awesome team at Flutter has given a complete repo for the basic clock logic. You just have to design and submit your own idea.
Let us start taking the Challenge !
Steps :
Head on to official GitHub repo of Flutter Clock.
-
Choose a sample clock and enter that folder using:
- Sample clock 1: Basic analog clock.
- Sample clock 2: Basic digital clock.
Run the clock app in your IDE, or by using flutter run at the command line.
-
Build your clock inside a folder called _clock.
- You can build upon the existing code (analog_clock or digital_clock), or you can start from scratch (
flutter create <name>_clock
). If you are new to Flutter, check out the Write your first Flutter app codelab.
- You can build upon the existing code (analog_clock or digital_clock), or you can start from scratch (
-
Prepare your clock for submission:
- Format the Dart code.
- Verify that your clock builds and runs on the latest Flutter stable channel.
- In your _clock directory, reduce the clockโs size: Delete the _clock/ios, _clock/android, and _clock/web (if present) folders.
- Run flutter clean. d. In your /flutter_clock folder, zip these two folders:
- flutter_clock_helper (unedited)
- _clock (your clock)
Verify that your .zip file works, using the following steps :
flutter channel stable
flutter upgrade
unzip <project>.zip
cd <name>_clock
flutter create .
flutter run (on Android or iOS in landscape)
- Submit your clock.
Prizes
Grand prize:
A loaded Apple iMac Pro valued at ~$10,000 USD (detailed specifications may vary based on availability and applicable law in the potential winnerโs country of residence)
4 winners:
A Lenovo 10" Smart Display with the Google Assistant valued at ~$249.00 USD (based on availability and applicable law in the potential winnerโs country of residence)
Up to 25 winners:
A Lenovo Smart Clock with the Google Assistant valued at ~$79.00 USD (based on availability and applicable law in the potential winnerโs country of residence)
For FAQs, Contest Details and other required information go to Flutter Clock official Home page
Good Luck for the exciting Contest !!!
I am Saeed Ahmad. I love to write about programming, new technologies and innovation. Follow me for more posts like this one here :
Top comments (4)
Cool.
Just gotta learn Dart.
And Flutter.
:)
Yeah. It's GitHub repo has all starter code. You just have to implement the design.
Ah so that's what it was all about when I saw the challenge announced over on the Flutter docs
Gotta say the first prize is really sweet, gonna have to take a crack at it!
Thanks for sharing :)
Yeah. It's. I am also participating in it. So let us compete.:).
You are welcome.