/100_days_of_Flutter

100 Days Of Flutter

Primary LanguageDart

100 Days Of Flutter my everyday journey

Day 1

I followed this : https://www.youtube.com/watch?v=1ukSR1GRtMU&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=1&ab_channel=NetNinja & https://docs.flutter.dev/get-started/install/windows and installed Android Studio , Git, Flutter SDK .

Day 2

Learnt about basics of Dart and installation of flutter plugins :https://www.youtube.com/watch?v=TSIhiZ5jRB0&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=4&ab_channel=NetNinja

Day 3

Learnt about Widget, arrow function, dart basics and properties and function and their uses.

Day 4

made custom Flutter simple heading link:https://www.youtube.com/watch?v=C5lpPjoivaw&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=5&ab_channel=NetNinja image

Day 5

Made heading using Scaffold and centered he content of the page. image

Day 6

Learnt about Stateless and Stateful widget Stateless : state of the widget cannot change , Stateful :statte of widget can change. this is useful for same features and OOPs property of classes and objects and calling the same feature anywhere else in the app.

b. We use override function to redefine the stateless widget build in functions. image

Day 7

Following this video: https://www.youtube.com/watch?v=Hxh6nNHSUjo&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=8&ab_channel=NetNinja Adding image to the flutter main page image

Day 8

Added icons following this: https://www.youtube.com/watch?v=ABmqtI7ec7E&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=9&ab_channel=NetNinja image Raised Button image

Day 9

Container Widget and Padding Following this : https://www.youtube.com/watch?v=H0cJ0gUlgE8&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=10&ab_channel=NetNinja image

Day 10

Row and more icons widgets on the app Following: https://www.youtube.com/watch?v=a6oKFvGuTH4&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=11&ab_channel=NetNinja

Day 11

Coloumn and Cross Align widgets following: https://youtu.be/siFU8c_Heu0?si=4xDGCmWESf9QP56F Code updated output: image

Day 12

Following: https://www.youtube.com/watch?v=RdPkFd6_fTA&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=13&ab_channel=NetNinja shortcuts in flutter

Day 13

Expandable Widgets in Flutter following : https://www.youtube.com/watch?v=zNZvuP8h1vs&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=14&ab_channel=NetNinja

Day 14

Know about Stateful widget following: https://youtu.be/c063ddhWafo?si=G8oAX_3e-I_xIWrR

Day 15-16-17

Building a flutter app following: https://www.youtube.com/watch?v=c063ddhWafo&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=15&pp=iAQB&ab_channel=NetNinja Screenshot of app home screen: image

Day 18

Made the gradle phone work and used stateful widgets image

Day 19

List of data , following : https://www.youtube.com/watch?v=_AC90CiDoKA&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=17&ab_channel=NetNinja

Day 20-21

Quotes app Following: https://www.youtube.com/watch?v=_AC90CiDoKA&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=17&ab_channel=NetNinja image

Day 22 -23

made custom classes of the quote app following: https://youtu.be/QgQJJ0y0A6w?si=onY-hHJWRNqWE9cI image

Day 24

Following : https://youtu.be/aqePcMyeoIY?si=lVTZ4dZfzl59kqzI image

Day 25-26

New App in process WORLD TIME APP Following: https://www.youtube.com/watch?v=WghpP9W2vXo&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=22&ab_channel=NetNinja

Day 27-28

still working on world time app learnt map routines following: https://www.youtube.com/watch?v=WG5tJIAq5b0&list=PL4cUxeGkcC9jLYyp2Aoh6hcWuxFDX6PBJ&index=23&ab_channel=NetNinja