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

quiz info screen added #91

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

17arindam
Copy link
Contributor

image

  • quiz info screen added
  • this screen redirect to quiz screen

issue no - #84

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.

Analysis of the Failure

Error in Logs:

lib/pages/home_page.dart
##[error]Process completed with exit code 1.

The error is related to the home_page.dart file, and the process exits with code 1, indicating a failure in the formatting check.

Root Cause:

The error message indicates that the dart run dart_style:format --dry-run --set-exit-if-changed . command found formatting issues in the home_page.dart file.

Potential Fix:

  1. Run the Formatter: Locally run the formatter command to automatically fix the formatting issues:

    dart run dart_style:format .
  2. Commit the Changes: After running the formatter, commit the changes and push them to the repository.

    git add .
    git commit -m "Fix formatting issues in home_page.dart"
    git push

Related Code for Reference:

By addressing the formatting issues, the workflow should pass successfully.

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

@17arindam

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 hacktoberfest-accepted hacktoberfest contribution PR level2 GSSOC contribution level
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Rules page before starting quiz
2 participants