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

Password visibility toggle added #122

Closed
wants to merge 3 commits into from

Conversation

nisarg107
Copy link

@nisarg107 nisarg107 commented Oct 21, 2024

#108 Solved - In login and Signup page i have added password visibility button. Kindly review it. I have closed previous pr due to some reasons. Also changed 8 newer dependencies.

Copy link
Collaborator

@KirolosMFahem KirolosMFahem left a comment

Choose a reason for hiding this comment

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

The error in the GitHub Actions job for the Quiz-Genius repository is due to a dependency conflict during the flutter pub get step, resulting in an exit code 1. Specifically, 26 packages have newer versions that are incompatible with the current dependency constraints.

To fix this error:

  1. Run flutter pub outdated locally to identify which dependencies need updating.
  2. Update the pubspec.yaml file to resolve the dependency conflicts.
  3. Commit and push the changes, then re-run the GitHub Actions workflow.

@KirolosMFahem KirolosMFahem linked an issue Oct 21, 2024 that may be closed by this pull request
@KirolosMFahem KirolosMFahem added enhancement New feature or request gssoc-ext GSSOC contribution level1 GSSOC contribution level hacktoberfest hacktoberfest contribution labels Oct 21, 2024
Copy link
Collaborator

@KirolosMFahem KirolosMFahem left a comment

Choose a reason for hiding this comment

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

The error in the GitHub Actions job for the Quiz-Genius repository is due to a dependency conflict during the flutter pub get step, resulting in an exit code 1. Specifically, 26 packages have newer versions that are incompatible with the current dependency constraints.

To fix this error:

  1. Run flutter pub outdated locally to identify which dependencies need updating.
  2. Update the pubspec.yaml file to resolve the dependency conflicts.
  3. Commit and push the changes, then re-run the GitHub Actions workflow.

.

@nisarg107
Copy link
Author

Followed all instructions and pushed changes.

Copy link
Collaborator

@KirolosMFahem KirolosMFahem left a comment

Choose a reason for hiding this comment

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

The error in the job logs indicates that the process completed with exit code 1 during the dart run dart_style:format --dry-run --set-exit-if-changed command. The specific files mentioned with formatting issues are lib/pages/login_page.dart and lib/pages/signUp_page.dart.

Steps to Fix the Error

  1. Check Formatting: Ensure that the files lib/pages/login_page.dart and lib/pages/signUp_page.dart adhere to the Dart style guidelines.
  2. Run Formatter:
    • Run dart format . to auto-format the entire project.
    • Alternatively, run dart format lib/pages/login_page.dart lib/pages/signUp_page.dart to format only the specific files.

Fix Command

dart format lib/pages/login_page.dart lib/pages/signUp_page.dart

By running this command, the Dart formatter will fix the style issues in the specified files, which should resolve the error seen in the GitHub Actions job.

@nisarg107 nisarg107 closed this Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext GSSOC contribution hacktoberfest hacktoberfest contribution level1 GSSOC contribution level
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hide password while signup and login
2 participants