mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-08-24 20:22:27 +00:00
2f89c3486c6b0af0be3872c3753a21f0a1365d82

<!-- Thanks for contributing! Provide a description of your changes below and a general summary in the title Please look at the following checklist to ensure that your PR can be accepted quickly: --> ## Jira User Story [SP-1686](https://syncrow.atlassian.net/browse/SP-1686) ## Description Released the new space management rewritten version, which for now includes, CRUD operations for spaces, and community tree with the new API. Rewrote main files, since they had a lot of code duplication, i extracted duplicated code into one component for all flavors to use. Enhanced routing solution, to make sure there's only one instance of the router, as the documentation of `go_router` guides us to do. ## Type of Change <!--- Put an `x` in all the boxes that apply: --> - [x] ✨ New feature (non-breaking change which adds functionality) - [ ] 🛠️ Bug fix (non-breaking change which fixes an issue) - [ ] ❌ Breaking change (fix or feature that would cause existing functionality to change) - [x] 🧹 Code refactor - [ ] ✅ Build configuration change - [ ] 📝 Documentation - [ ] 🗑️ Chore [SP-1686]: https://syncrow.atlassian.net/browse/SP-1686?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Merge branch 'dev' of https://github.com/SyncrowIOT/web into release_incomplete_revamped_space_management
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%