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

<!--
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:
-->
## Description
Added `dependabot` configuration, which notifies us of any updated
dependencies, and if there is security aspects that we'd need to take
care of.
## Type of Change
<!--- Put an `x` in all the boxes that apply: -->
- [x] 🗑️ Chore
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%