Logo Lanfrica

jimmedan/aviatrax-insights-capability-map

Domaine:

climateenvironment and energy

Type de record:

software
Créateur:
jim
Hôte:
Marketing insights for CECAL's West African expansion # Aviatrax Insights — CECAL Capability Map A Flutter mobile companion app presenting **CECAL Aviatrax**'s 16 functional capability areas — Africa's aviation climate-intelligence and climate-finance readiness platform — grouped under 4 strategic pillars: **Measure, Comply, Interoperate, Monetise & Trust**. Built from a high-fidelity design handoff (1920×1080 infographic reference) and adapted into a native mobile experience, plus a pixel-perfect zoomable reproduction of the original artefact for sharing/export. - **Package name**: `com.aviatraxinsights.intel` - **Flutter**: 3.35.4 · **Dart**: 3.9.2 --- ## What's in the app | Screen | Purpose | |---|---| | **Overview** | Mobile-native stacked layout: elevator pitch, 5-metric strip, and tappable summary cards for all 4 pillars. | | **Pillar screens** (Measure / Comply / Interoperate / Monetise & Trust) | Full-width, scrollable capability cards for that pillar — same copy, stats and design tokens as the reference artefact. | | **Full Infographic** | Pixel-perfect 1920×1080 reproduction of the original design, pinch-zoomable, with a **share/export** action that captures the canvas as a high-resolution PNG and opens the platform share sheet. | ### Design fidelity The app is built directly from the design handoff's documented tokens — exact hex colours, type ramp (`Inter Tight` + `JetBrains Mono`), spacing, and the verbatim copy for all 16 capability cards. See `lib/theme/design_tokens.dart` and `lib/models/capability.dart` for the source of truth. Per the handoff's own guidance, the 4×4 desktop grid is **not** reflowed on mobile — instead the app ships a separate stacked layout (Overview + per-pillar screens) for portrait/phone use, while the literal 1920×1080 artefact remains available, unmodified, in the Full Infographic view. --- ## Project structure ``` lib/ main.dart # App entry point, theme models/ capability.dart # Capability/Pillar data model + the 16-item dataset …