Skip to content

Releases: YousefAbaas/Aidora

v1.0.1

Choose a tag to compare

@YousefAbaas YousefAbaas released this 30 Aug 13:00
Immutable release. Only release title and notes can be modified.

Aidora v1.0.1

🚀 Production Release

This release includes important improvements to Aidora's production environment, organization data handling, and network-based media loading.

✨ What's New

  • Dynamic Organization Logos

    • Organization logos are now loaded dynamically from the backend API instead of relying on static local assets.
    • The organizations list now displays the real organization logos returned by the API.
    • Added fallback handling when a logo cannot be loaded.
  • Organization Details & Media

    • Organization detail pages load their logos from the API.
    • Impact images are loaded from the production media server.
    • Improved handling of remote media URLs.
  • Backend & API Integration

    • Organization data is retrieved through the Django REST API.
    • API-provided media URLs are preserved correctly for Flutter network image loading.
    • Production media paths are supported correctly.
  • Render Production Deployment

    • Production backend is deployed on Render.
    • Media files are served correctly in the production environment.
    • Organization assets are accessible through the production API/media server.

🔧 Technical Changes

  • Replaced static organization logo assets with Image.network.
  • Updated organization API models to correctly preserve API-provided logo URLs.
  • Added network image fallback handling.
  • Verified organization API responses and production media URLs.
  • Tested the Release build on a physical Android device.

✅ Validation

  • flutter analyzeNo issues found
  • Android Release APK successfully built.
  • Release APK successfully installed on a physical Android device.
  • Organization logos verified successfully in the main organizations list.
  • Organization detail and impact images verified successfully.

📱 Platform

Android — Release APK

Download app-release.apk below.

Aidora v1.0.0

Choose a tag to compare

@YousefAbaas YousefAbaas released this 25 Aug 16:44
Immutable release. Only release title and notes can be modified.

Aidora v1.0.0

Initial stable release of Aidora.

Highlights

  • Flutter mobile application
  • Django REST API integration
  • Authentication and user management
  • Humanitarian organization and refugee workflows
  • Location and service discovery
  • Notifications and application flow
  • Automated unit, widget, and integration tests
  • Automated Android release build through GitHub Actions

Build Verification

  • Flutter CI: ✅ Passed
  • Static analysis: ✅ Passed
  • Unit tests: ✅ Passed
  • Widget tests: ✅ Passed
  • Integration tests: ✅ Passed
  • Android release build: ✅ Passed

APK

Download app-release.apk from the release assets below.