Resource (Day 1-8) : Code help flutter series Hindi
- Completed All Installations required for Flutter.
- Install Flutter
- Install Dart
- Install Android Studio
- Install Android SDK Emulator
- Completed intro App in flutter
- Started Learneding Dart for flutter.
- Datatypes
- Variables
- List and Map
- Functions
- Finished required Dart for flutter
- Conditional Statements & Loops
- constructors
- JSON handling - quicktype
- Async and Await
- Future(like promise in js)
- Started Dice rolling app
- Learned about animations
- 8000 Learned about gestures
- Learned about controllers
- Learned about state management
- Finished Dice Rolling app
- Create app icon from appicon.
-
rolling_Dice/android/app/src/main/res
- change app icon - Learned implementing splash screen.
-
With Stateful SplashScreen widget.
onDoneLoading(){ Navigator.of(context) .pushReplacement(MaterialPageRoute(builder: (context)=>HomeScreen())) }
- pub.dev - Animated splash screen
- The flutter way - android -
rolling_Dice/android/app/src/main/res/Drawable
- changelaunch_background.xml
-
-
- Flutter UI break-down
- Completed piano game application
- Lear about plugins
- Learned about audio in flutter
- FlutterFire
- Lear about flutter + firebase = flutterFire
- Phone Authentication using firebase
Resource (Day 9-15) : Codepur hindi flutter series
- Started flutter catalog app
- Learned about flutter Routes & Theme
- Worked on Login Page
- Created input fields for Username & Password(with obscureText)
- Learned ElevatedButton
- Learned to use async and await
- Learned to use Future
- Learned to use animations
- Learned about InkWell, BoxDecoration, BorderRadius
- finshed work on login page, started working on drawer
- Learned about validators
- Learned about devtools, flutter inspecter
- Customized drawer
- Created models for Item
- Learned about context & constraints
- Applied card and list view
- worked on json with the help of Dart:convert
- Improved UI with the help of VelocityX package
- Created detail page of Item.
- Implimented dark mode.
- Completed flutter catalog.
- WhatsApp UI Clone started
- Created app with
flutter create whatsapp_ui_clone
- Created app with
- Revise all the Dart Concepts.
- Review all code Written so far.