FACTS ERP Internship Day 52
Date:- 9th August 2023
Name:- Noella Abraham
Tasks Done:-
– Created 10 more backlinks for Dynamics Axis. [Updated in the Google Sheet]
– Continued working on the employee task management app using Flutter.
– For the task management app:
• Successfully able to create a task with title, description, creation date, deadline date and time.
Tasks To Do:-
– Continue learning Dart programming language.
– After learning, continue making the employee task management app using Flutter.
– Post more backlinks for Dynamics Axis.
What have I learned?
– showModalBottomSheet: it’s a function which displays a menu / dialog that slides up from the bottom of the screen.
– showCupertinoModalPopUp: it’s a function which displays some content like an IOS message by sliding up from the bottom of the screen.
– TextEditingController: it’s a class used to control the text input from the user like getting access to their input message, etc.
– SingleChildScrollView: this widget allows inputted content to be scrollable if it overflows the visible area.