mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Polish the add plate widget
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
);
|
||||
|
||||
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user