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
Full French Localization: Translated all UI text to French, including titles, labels, statuses, and dialog messages, reflecting Naftal SPA’s operational language.
AppBar: "My Service Requests" → "Mes demandes de service"
Empty state: "No service requests yet." → "Aucune demande de service pour le moment"
Smoother Animations: Enhanced UX with flutter_animate for fade-in and scale effects on cards, bottom sheet, and empty state, improving visual fluidity.
Improvements
Code Professionalism:
Extracted reusable methods (e.g., _fetchData, _buildRequestCard) for better structure and readability.
Added inline documentation for key methods to aid maintainability.
Used const constructors for static widgets to optimize performance.
Standardized text styles with AppTheme references for consistency.
UI Refinements:
Retained white background (Colors.white) with no gradients, as requested.
Adjusted card elevation (8) and shadow (Colors.black12) for a subtle 3D effect.
Increased animation durations slightly (e.g., 600ms for empty state fade-in) for a natural transition.
Status Translation: Added _translateStatus method to dynamically localize status text in French.
Bug Fixes
Fixed potential typo in EdgeInsets.only(bottom: 8) (assumed intended as bottom), renamed to custom for clarity pending user confirmation.