Madiyar

Results 7 comments of Madiyar

if policies is update it works but if clients is update he do nothing...

https://pastebin.com/sTJDjQSv please see my ui side and check if snapshot value

now i make catch all exception i got this error ``` `SqliteException (SqliteException(1555): UNIQUE constraint failed: clients.id, constraint failed (code 1555) Causing statement: INSERT INTO clients (id, first_name, middle_name, last_name,...

``` class Clients extends Table { IntColumn get id => integer()(); TextColumn get firstName => text()(); TextColumn get middleName => text()(); TextColumn get lastName => text()(); TextColumn get firstNameEng =>...

Flutter 3.10.6 • channel stable • https://github.com/flutter/flutter.git Framework • revision f468f3366c (3 weeks ago) • 2023-07-12 15:19:05 -0700 Engine • revision cdbeda788a Tools • Dart 3.0.6 • DevTools 2.23.1 When...