chore(mobile): Run dart analyze in CI (#1425)

* Run dart analyze in CI

* Add pub get

* Fix linter errors in mobile code
This commit is contained in:
Matthias Rupp
2023-01-26 15:40:19 +01:00
committed by GitHub
parent b1311547b2
commit bcb0056b55
17 changed files with 87 additions and 44 deletions

View File

@@ -235,7 +235,7 @@ class ServerEndpointInput extends StatelessWidget {
labelText: 'login_form_endpoint_url'.tr(),
border: const OutlineInputBorder(),
hintText: 'login_form_endpoint_hint'.tr(),
errorMaxLines: 4
errorMaxLines: 4,
),
validator: _validateInput,
autovalidateMode: AutovalidateMode.always,