Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add edit delete user - Using Provider #2

Open
wants to merge 4 commits into
base: assignment-part1
Choose a base branch
from

Conversation

adityazanzane-coditas
Copy link
Owner

@adityazanzane-coditas adityazanzane-coditas commented Mar 27, 2024

Implement Provider for User Management

Description

Implemented Provider for managing user data throughout the application.

Screenshot

PR Checklist

  • Build success
  • Tested

Updates

  • Changed setState to Provider and implemented ChangeNotifierProvider for state management.
  • Added a new file 'user_provider.dart' containing User Provider with Dummy List and functions like add, update, and delete.
  • Updated User List Screen and User Edit Screen UI using Card Widget for better visualization.
  • Improved UI design in both screens with creative elements.
  • Custom validation methods added in User Edit Screen for form validation instead of using form widget.
  • Implemented an alert dialog box for confirmation when removing a user from the list.

@adityazanzane-coditas adityazanzane-coditas changed the title Part2 - Using Provider Add edit delete user - Using Provider Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant