chore: document Flutter pre-commit checks
This commit is contained in:
@@ -19,14 +19,6 @@ extension _RegistrationOverviewPart on _RegistrationPageState {
|
||||
);
|
||||
}
|
||||
|
||||
/// Whether any scanned item already has a location binding (on_shelf or transferred).
|
||||
bool _hasAnyLocatedInScanned() {
|
||||
return registration_calculations.hasAnyLocatedInScanned(
|
||||
overview: _overview,
|
||||
zongpaiNos: _zongpaiNos,
|
||||
);
|
||||
}
|
||||
|
||||
Future<String?> _baseUrl() async {
|
||||
final configService = AppConfigService();
|
||||
final baseUrl = await configService.getString('api_url') ?? '';
|
||||
|
||||
Reference in New Issue
Block a user