mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
494ae1c941d23ad420c8ac248f98e9f8aa8a5d40

1. Overlapping line not removed. 2. The colors of the data on X axis and Y axis are not identical to design. 3. Day 1 and 2 are missing on the X axis. 4. When the chart loads, we see it coming from the top right corner (check the attached video). 5. Display all available devices even if they have no data and make the chart empty state.
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.
- CanvasKit
-
run command:
flutter run -d chrome --target=lib/main_dev.dart
Description
Languages
Dart
99.9%