Create a login page with two text fields. One is for "Login name" and the one below it for "password".
Layouts by recreating this image on a page:
Creating a second page for your app: Add a second page to your app called ProfilePage. Then when you use your login page, and your password is correct, navigate to your new page.
ListViews: Create a "To Do" list application that lets users add items to a list. The user can type into a TextField and click "Add" which should then make the item in the List.
Using Database with Flutter: This project demonstrates the use of a SQLite database in a Flutter application using the Floor package. The application allows users to manage a list of Todo items with the ability to add, view, and delete items. The data is securely stored using encrypted shared preferences.
Responsive Layouts: This project demonstrates the implementation of a responsive layout in a Flutter application. The application adapts to different screen sizes to provide an optimal user experience on various devices. The Todo list application from the previous weeks is enhanced with a responsive layout that adjusts the display of the todo list and the detailed view of selected items based on the screen size.