Skip to content

Releases: abdelillahbel/naftal_khadamat_app_release

Naftal Khadamat App 1.0.6

08 Apr 18:36
Compare
Choose a tag to compare
  • Minor bug fixes
  • Fixed known issues
  • Improved stability and performance
  • General enhancements

Naftal Khadamat App 1.0.5

06 Apr 06:59
Compare
Choose a tag to compare
  • Minor bug fixes
  • Fixed known issues
  • Improved stability and performance
  • General enhancements

Naftal Khadamat App

02 Apr 11:36
Compare
Choose a tag to compare

Naftal Khadamat App

02 Apr 03:43
Compare
Choose a tag to compare

Changelog

Features

  • 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"
    • Statuses: "EN_ATTENTE" → "En attente", "APPROVED" → "Approuvée", "REJECTED" → "Rejetée"
    • Calendar: "Scheduled Appointments" → "Rendez-vous programmés"
  • 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.

Naftal Khadamat App

30 Mar 12:39
Compare
Choose a tag to compare
v1.0.2

docs: updated readme

Naftal Khadamat V1.0.1

03 Mar 16:06
Compare
Choose a tag to compare

Naftal Khadamat V1.0.0

25 Feb 20:47
c29aaac
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/abdelillahbel/naftal_khadamat_app_release/commits/v1.0.0