DAY 1 :
DAY 2 :
DAY 3 :
DAY 4 :
DAY 5 :
Create a calculator which inputs two numbers and performs basic arithmetic operations (use functions).
Sample:
Enter first number:
10
Enter second number:
20
Operator - +
Result - 30
DAY 6 :
DAY 7 :
DAY 15 :
DAY 16 :
DAY 17 :
DAY 18 :
DAY 19 :
Create your first Hello World.
Not asking you to be hella create just build a app which has "Hello World" Text positioned at the center of the screen.
(Now it's totally up to you if you want to tweak it to something cool)
Hint: Center and Text Widget
DAY 20 :
DAY 21 :
DAY 22 :
DAY 23 :
DAY 24 :
DAY 25, 26 :
Yayy!! You are almost there
Now we will be working on the main project i.e(A Dice App)
Idea -> Create an app where there will be a dice image and a button, when the button is pressed the dice will give some random output.
Hint -> Use the Random() function for this.
DAY 27, 28 :
So now you have a very basic understanding of how to build hybrid applications using flutter.
Remember whatever applications you created are cross platform and can be compiled in both Android and IOS, even if you want you can create a desktop or web app using the same code.
This was a get started with flutter challenge so there's a lot more to learn.
So I would suggest to keep learning and working on projects.
Learn how to use API's and how to create better UI using Flutter