Description
- The Edit Profile Page isn't opening. The error is as shown below.
- Same error occurs in the book description page when tapping on Owner's Info
- Try it in your local system first
Screenshots


Steps to Reproduce
This has occurred because the provider hasn't been registered in main.dart.
- So either replace the Provider with Stream Provider (Initialized in home.dart)
- OR Extend the UserData function with ChangeNotifiers with relevant functions(If required)
- User Model : lib/providers/user.dart
- Book Description page: lib/screens/book_desciption.dart
Additional data
What better solution can be there to fix this issue? Go through the entire codebase for more clarity.
Description
Screenshots
Steps to Reproduce
This has occurred because the provider hasn't been registered in main.dart.
Additional data
What better solution can be there to fix this issue? Go through the entire codebase for more clarity.