Polish the add plate widget

This commit is contained in:
Roland Geider
2025-05-23 13:39:53 +02:00
parent 5a8df8936e
commit 0d36fe4bc3
11 changed files with 220 additions and 239 deletions

View File

@@ -1181,10 +1181,11 @@ class MockUserProvider extends _i1.Mock implements _i22.UserProvider {
);
@override
void unitChange() => super.noSuchMethod(
void changeUnit({dynamic changeTo = 'kg'}) => super.noSuchMethod(
Invocation.method(
#unitChange,
#changeUnit,
[],
{#changeTo: changeTo},
),
returnValueForMissingStub: null,
);

View File

@@ -593,10 +593,11 @@ class MockUserProvider extends _i1.Mock implements _i17.UserProvider {
);
@override
void unitChange() => super.noSuchMethod(
void changeUnit({dynamic changeTo = 'kg'}) => super.noSuchMethod(
Invocation.method(
#unitChange,
#changeUnit,
[],
{#changeTo: changeTo},
),
returnValueForMissingStub: null,
);

View File

@@ -340,10 +340,11 @@ class MockUserProvider extends _i1.Mock implements _i13.UserProvider {
);
@override
void unitChange() => super.noSuchMethod(
void changeUnit({dynamic changeTo = 'kg'}) => super.noSuchMethod(
Invocation.method(
#unitChange,
#changeUnit,
[],
{#changeTo: changeTo},
),
returnValueForMissingStub: null,
);