fix: flow on scan + owners managment
This commit is contained in:
parent
70146055df
commit
86094b5d76
10 changed files with 283 additions and 130 deletions
|
|
@ -1,6 +1,4 @@
|
|||
import 'package:flutter/material.dart';
|
||||
|
||||
class Owner extends ChangeNotifier {
|
||||
class Owner {
|
||||
Owner({
|
||||
required this.firstName,
|
||||
required this.lastName,
|
||||
|
|
|
|||
Reference in a new issue