Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PE-4533: Add Version Number to Login Screen #1391

Merged
merged 4 commits into from
Sep 28, 2023
Merged

PE-4533: Add Version Number to Login Screen #1391

merged 4 commits into from
Sep 28, 2023

Conversation

matibat
Copy link
Contributor

@matibat matibat commented Sep 27, 2023

@matibat matibat self-assigned this Sep 27, 2023
@github-actions
Copy link

github-actions bot commented Sep 27, 2023

Visit the preview URL for this PR (updated for commit d2f279c):

https://ardrive-web--pr1391-pe-4533-c7mpox4p.web.app

(expires Thu, 05 Oct 2023 16:27:57 GMT)

🔥 via Firebase Hosting GitHub Action 🌎

Sign: a224ebaee2f0939e7665e7630e7d3d6cd7d0f8b0

}
final literalVersion =
kIsWeb ? info.version : '${info.version}+${info.buildNumber}';
logger.d('Version: $literalVersion');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this log?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed - d2f279c

builder: (BuildContext context, AsyncSnapshot<PackageInfo> snapshot) {
final info = snapshot.data;
if (info == null) {
logger.d('PackageInfo is null');
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

and this one?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed - d2f279c

Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Collaborator

@thiagocarvalhodev thiagocarvalhodev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@matibat matibat merged commit 42a98e6 into dev Sep 28, 2023
6 checks passed
@matibat matibat deleted the PE-4533 branch September 28, 2023 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants