Welcome to the Flutter Profile App! This app provides a simple user authentication system, a home screen displaying user details, and an edit profile screen for users to update their information.
-
Login Screen: Users can log in using their credentials.
-
Home Screen: After successful login, users are directed to the home screen which displays their profile information, including:
- Profile Picture
- User Name
- Skills
- Work Experience
The home screen also features a logout button at the top for easy session termination.
-
Edit Profile Screen: Users can navigate to the edit profile screen to modify their profile information.
To run the app locally, follow these steps:
-
Clone the repository:
https://github.com/KetanSatani-TheOneTech/my_profile.git
-
Install dependencies::
flutter clean; flutter pub get
-
Run The app
flutter run