Disable check of camel case rule in eslint

To disable the rule for a file add next line at the begging of a file: for JavaScript files: /* eslint-disable camelcase */ for TypeScript with enabled @typescript-eslint plugin: /* eslint-disable @typescript-eslint/camelcase */ To disable the rule for all files in a project add next line to the eslint config file: for JavaScript files: rules: … Read more

Disable a text edit field in flutter

There is another way this can be achieved which also does not cause this issue. Hope this might help someone. Create AlwaysDisabledFocusNode and pass it to the focusNode property of a TextField. class AlwaysDisabledFocusNode extends FocusNode { @override bool get hasFocus => false; } then new TextField( enableInteractiveSelection: false, // will disable paste operation focusNode: … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)