]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commit
tree wide: avoid using private types in public APIs for State
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Apr 2024 06:13:22 +0000 (08:13 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 9 Apr 2024 06:15:26 +0000 (08:15 +0200)
commitf82ea9451fb052abdec11b36a5cef058221c7b83
tree21b2f6916c326307154a9bc15ad43a96d5066987
parentd3d70eb1703c629601568e91c7d0f42136578ca0
tree wide: avoid using private types in public APIs for State

Adapt to more modern style for getting the State type via public
interfaces only, like documented:

https://api.flutter.dev/flutter/widgets/StatefulWidget/createState.html

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