Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hannah-hyj committed Mar 18, 2024
1 parent e415424 commit e91c704
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@ class GenerateAssetLinksResult {

class ValidateAndroidDomainResult {
ValidateAndroidDomainResult(
this.googlePlayFingerprintsAvailability, this.domainErrors);
this.googlePlayFingerprintsAvailability,
this.domainErrors,
);
bool googlePlayFingerprintsAvailability;
Map<String, List<DomainError>> domainErrors;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ class _Fingerprint extends StatelessWidget {
crossAxisAlignment: CrossAxisAlignment.start,
children: [
if (!hasPdcFingerpint && !haslocalFingerpint) ...[
const Text(
'Fix guide:',
),
const Text('Fix guide:'),
const SizedBox(height: denseSpacing),
Text(
'To fix this issue, release your app on Play Developer Console to get a fingerprint. '
Expand Down

0 comments on commit e91c704

Please sign in to comment.