Faris Armoush 4c582b865d Sp 1611 in user management if email address already exists the error message does not go away until the user clicks next the error message should clear if a good email is entered (#321)
<!--
  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 Ticket
[SP-1611
](https://syncrow.atlassian.net/jira/software/projects/SP/boards/5?assignee=712020%3A71e88a7f-7752-44b3-8177-4ab51a950811&selectedIssue=SP-1611)

## Description

use textfield validator on chaging value not only with next button 

## Type of Change

<!--- Put an `x` in all the boxes that apply: -->

- [ ]  New feature (non-breaking change which adds functionality)
- [x] 🛠️ Bug fix (non-breaking change which fixes an issue)
- [ ]  Breaking change (fix or feature that would cause existing
functionality to change)
- [ ] 🧹 Code refactor
- [ ]  Build configuration change
- [ ] 📝 Documentation
- [ ] 🗑️ Chore
2025-06-30 15:31:04 +03:00
2025-06-17 09:17:19 +03:00
2025-06-01 15:59:29 +03:00
2025-06-12 16:04:49 +03:00
2025-06-12 15:33:32 +03:00
2025-06-12 14:31:08 +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%