Faris Armoush d6f0b53b59 Sp 1494 api integration (#180)
* SP-1494-api-integration.

* fixed left stide titles intervals in total energy consumption chart.

* Adjusted tooltip and title intervals in energy management charts to improve accuracy by incrementing displayed values by one.

* Refactor AnalyticsCommunitiesSidebar to use AnalyticsSpaceTreeView and enhance community/space selection handling

* Gave every tab its own selection logic using the strategy design pattern, along with clearing the selection when changing tabes to avoid collision between features.
2025-05-11 16:46:00 +03:00
2025-04-29 17:00:06 +03:00
2025-05-11 16:46:00 +03:00
2025-01-22 17:24:19 +03:00
2024-07-31 16:02:05 +03:00
2025-04-30 09:48:02 +03:00
2024-08-25 13:14:42 +03:00

syncrow_web

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

USEFUL COMMANDS

  • Building for the Web

    • CanvasKit
      • flutter build web --web-renderer canvaskit -t lib/main_dev.dart --output=build/web_dev - build for DEVELOPMENT.
      • flutter build web --web-renderer canvaskit -t lib/main_staging.dart --output=build/web_stg - build for STAGING.
      • flutter build web --web-renderer canvaskit -t lib/main.dart --output=build/web - build for PRODUCTION.
  • run command: flutter run -d chrome --target=lib/main_dev.dart

Description
Web Application
Readme 7.3 MiB
Languages
Dart 99.9%