We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On the "Create Post" page, the Time format should be HH:MM, but for some cases it is HH:M / H:MM / H:M
lib/pages/create_post_page.dart
At Home, tap the Floating Action Button "+" then select 15:01
The time format should strictly be HH:MM
The displayed time is 15:1
Make a function for the conversion of selected hour and minutes to HH:MM string
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
On the "Create Post" page, the Time format should be HH:MM, but for some cases it is HH:M / H:MM / H:M
Screenshots
Files
lib/pages/create_post_page.dart
To Reproduce
At Home, tap the Floating Action Button "+" then select 15:01
Expected Behaviour
The time format should strictly be HH:MM
Actual Behaviour
The displayed time is 15:1
Tasks
Possible Fixes
Make a function for the conversion of selected hour and minutes to HH:MM string
The text was updated successfully, but these errors were encountered: