]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
tree-wide: use super-initializer parameters where possible
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Apr 2024 06:14:45 +0000 (08:14 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 10 Apr 2024 06:15:08 +0000 (08:15 +0200)
commit395970668e70bc47c51d82b941b6242020ad65fa
tree581dcf0aa9d911e0e9755be53b35e78157aea942
parent8a1de1b41d657b0a4b0b9983718e51ab3da269b2
tree-wide: use super-initializer parameters where possible

> "Forwarding constructor"s, that do nothing except forward
> parameters to their superclass constructors should take advantage
> of super-initializer parameters rather than repeating the names of
> parameters when passing them to the superclass constructors. This
> makes the code more concise and easier to read and maintain.
-- https://dart.dev/tools/linter-rules/use_super_parameters

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
lib/proxmox_general_settings_form.dart
lib/proxmox_login_form.dart
lib/proxmox_login_model.dart
lib/proxmox_login_selector.dart
lib/proxmox_tfa_form.dart