infiniteoverflow / Flutter-Tutorial-App

An app built using Flutter to learn Flutter.
https://discord.gg/drXQAaGVKJ
GNU General Public License v3.0
4 stars 9 forks source link

Added loginui #23

Open tharunc opened 3 years ago

tharunc commented 3 years ago

Description

Please include a summary of the change and which issue is fixed. List any dependencies that are required for this change.

I have added the Login UI page.

Fixes #(Enter your issue_no)

1

Screenshots (if applicable)

infiniteoverflow commented 3 years ago

@tharunc There are some changes u have to work on :

Once these changes are done , i will merge this PR.

tharunc commented 3 years ago

@tharunc There are some changes u have to work on :

  • Move the main.dart inside the Login folder to the screens folder and rename it as login.dart
  • Move the images from the images folder to the assets/images folder.

Once these changes are done , i will merge this PR.

The respected changes has been Done @infiniteoverflow .

infiniteoverflow commented 3 years ago

@tharunc There are some minor changes you have to do. Kindly move the font file in the Login folder to a new folder called fonts in the main directory. And connect it to the main pubspec.yaml file. And move the login file to the screens folder. We dont need a separate Login folder.