I built EcoTrack Enterprise as a cross-platform application designed for real-time energy monitoring and smart home device management. The app focuses on providing a clean, responsive UI alongside dynamic visual data analytics for connected hardware.
CustomPainter to render live metric trends smoothly without heavy third-party libraries.lib/
βββ models/ # Device data structures (smart_device.dart)
βββ widgets/ # Custom reusable widgets & chart painters (chart_painter.dart)
βββ main_shell.dart # Core app shell, navigation, and state logic
βββ main.dart # App entry point
Clone the repository: git clone https://github.com/Mohammed-Amanj/ecotrack_enterprise.git
Navigate to the project directory: cd ecotrack_enterprise
Fetch Flutter dependencies: flutter pub get
Run the app: flutter run