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

Display version number in settings #14

Closed
SankethBK opened this issue Sep 14, 2023 · 0 comments · Fixed by #34
Closed

Display version number in settings #14

SankethBK opened this issue Sep 14, 2023 · 0 comments · Fixed by #34
Labels
enhancement New feature or improvement good first issue Good for newcomers hacktoberfest Applicable to hacktoberfest

Comments

@SankethBK
Copy link
Owner

SankethBK commented Sep 14, 2023

Settings page widget can be found at lib/core/pages/settings_page.dart. We need to show app's version number as defined in pubspec.yaml.

Create a new widget AppVersion in lib/core/widgets and display the app's version like this (Since this widget is not related to any particular feature).

You can either use package_info package from pub.dev or directly retrieve it from pubspec.yaml

@SankethBK SankethBK added good first issue Good for newcomers enhancement New feature or improvement labels Sep 16, 2023
@micedreams micedreams linked a pull request Sep 29, 2023 that will close this issue
@SankethBK SankethBK added the hacktoberfest Applicable to hacktoberfest label Sep 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or improvement good first issue Good for newcomers hacktoberfest Applicable to hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant