You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Flutter app utilizes GetX for state management and JWT for secure authentication, with MongoDB managing user and currency data. It features an onboarding process, robust registration, and login systems, and navigates users to a dashboard if their token is valid. The app leverages `SharedPreferences` for token storage and `jwt_decoder` to validate tokens. The UI, built with Material3 components, supports real-time currency conversion, ensuring a seamless and secure user experience.