mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-15 21:47:23 +00:00
Add credential screen & screen arguments; refactor config screen
This commit is contained in:
parent
af8834f7bd
commit
910bdeae12
9 changed files with 246 additions and 31 deletions
8
lib/types/screen_arguments.dart
Normal file
8
lib/types/screen_arguments.dart
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
import 'connection_config.dart';
|
||||
|
||||
class ConfigScreenArguments {
|
||||
final ConnectionConfig connectionConfig;
|
||||
final String privateKey;
|
||||
|
||||
const ConfigScreenArguments(this.connectionConfig, this.privateKey);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue