fix: apply dart fix --apply
This commit is contained in:
@@ -46,7 +46,7 @@ void main() {
|
||||
final WyattForm form = WyattFormImpl(
|
||||
[
|
||||
FormInput(AuthFormField.email, const Email.pure()),
|
||||
FormInput(AuthFormField.password, const Password.pure())
|
||||
FormInput(AuthFormField.password, const Password.pure()),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
);
|
||||
@@ -102,7 +102,7 @@ void main() {
|
||||
AuthFormField.email,
|
||||
const Email.dirty(invalidEmailString),
|
||||
),
|
||||
FormInput(AuthFormField.password, const Password.pure())
|
||||
FormInput(AuthFormField.password, const Password.pure()),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -126,7 +126,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -145,7 +145,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -163,7 +163,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -191,7 +191,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(invalidPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -215,7 +215,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -234,7 +234,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -252,7 +252,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -287,7 +287,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -312,7 +312,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -331,7 +331,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -364,7 +364,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -383,7 +383,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -401,7 +401,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -417,12 +417,12 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
status: FormStatus.submissionSuccess,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
@@ -448,7 +448,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -467,7 +467,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -485,7 +485,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -501,12 +501,12 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
status: FormStatus.submissionFailure,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
});
|
||||
@@ -527,7 +527,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -566,7 +566,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -584,7 +584,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -600,12 +600,12 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
status: FormStatus.submissionSuccess,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
|
||||
@@ -630,7 +630,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.dirty(validPasswordString),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -648,7 +648,7 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
@@ -664,12 +664,12 @@ void main() {
|
||||
FormInput(
|
||||
AuthFormField.password,
|
||||
const Password.pure(),
|
||||
)
|
||||
),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
),
|
||||
status: FormStatus.submissionFailure,
|
||||
)
|
||||
),
|
||||
],
|
||||
);
|
||||
});
|
||||
|
||||
@@ -22,7 +22,7 @@ void main() {
|
||||
final WyattForm form = WyattFormImpl(
|
||||
[
|
||||
FormInput(AuthFormField.email, const Email.pure()),
|
||||
FormInput(AuthFormField.password, const Password.pure())
|
||||
FormInput(AuthFormField.password, const Password.pure()),
|
||||
],
|
||||
name: AuthFormName.signInForm,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user