Open Issues Need Help
View All on GitHubAI Summary: This task requires enhancing a Flutter application's user profile, KYC (Know Your Customer), and logout functionalities. This involves implementing backend integration for secure user profile data storage, creating a 'Learn More' screen, adding visual elements and input validation to the KYC section for PAN and Aadhaar details, and improving the logout button's user experience. The project uses Riverpod, Hive, and HTTP (or Dio) with an MVC architecture.
AI Summary: Debug and fix OTP functionality in a Flutter app using Riverpod, Hive, and HTTP/Dio. Optimize API calls for login/signup, ensuring correct data handling (including name, phone number, UID, and access token) for both GET and POST requests. Implement proper data storage using Hive.
AI Summary: Enhance the bank details screen in a Flutter app using Riverpod, Hive, and HTTP/Dio within an MVC architecture. This involves clarifying field information, expanding account type options, implementing input validation for account number and IFSC code, and improving the action button's interactivity (e.g., feedback, enabling/disabling based on form completion).
AI Summary: Enhance a Flutter registration form using Riverpod, Hive, and HTTP/Dio by adding email and PAN validation, disabling the phone number field, creating a 'Learn More' route, and implementing functional Reset and Save buttons. This involves front-end development, data validation, and potentially backend integration for data persistence.