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

Upgraded the app #8

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open

Commits on Oct 2, 2021

  1. Upgraded to null safety and added VGV coverage + analysis

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    2f6ee39 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from NaagAlgates/null-safety-upgrade

    Upgraded to null safety and added VGV coverage + analysis
    NaagAlgates authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    0cca283 View commit details
    Browse the repository at this point in the history
  3. Upgraded to v2

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    885ec33 View commit details
    Browse the repository at this point in the history
  4. Upgraded to Flutter v2

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    c3f3e77 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #2 from NaagAlgates/null-safety-upgrade

    Null safety upgrade
    NaagAlgates authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    63a2303 View commit details
    Browse the repository at this point in the history
  6. Removed test

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    8b1c242 View commit details
    Browse the repository at this point in the history
  7. change gh ci

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    41bb6f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from NaagAlgates/null-safety-upgrade

    Null safety upgrade
    NaagAlgates authored Oct 2, 2021
    Configuration menu
    Copy the full SHA
    a124c05 View commit details
    Browse the repository at this point in the history
  9. Modified gh ci

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    8a8057d View commit details
    Browse the repository at this point in the history
  10. removed vgv coverage

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    f1b346f View commit details
    Browse the repository at this point in the history
  11. Initial setup for upgrade

    Nagaraj Alagusundaram committed Oct 2, 2021
    Configuration menu
    Copy the full SHA
    5147505 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Initialize grid

    Nagaraj Alagusundaram committed Oct 4, 2021
    Configuration menu
    Copy the full SHA
    0ea6161 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2021

  1. Added left swipe functionality

    Nagaraj Alagusundaram committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    8c0c5ac View commit details
    Browse the repository at this point in the history
  2. Added functionality for right swipe

    Nagaraj Alagusundaram committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    b2b009e View commit details
    Browse the repository at this point in the history
  3. Added functionality for Swipe up

    Nagaraj Alagusundaram committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    a3ce7da View commit details
    Browse the repository at this point in the history
  4. Added functionality for game over, top down and game won

    Nagaraj Alagusundaram committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    10d52e8 View commit details
    Browse the repository at this point in the history
  5. Storing and emitting of scores done

    Nagaraj Alagusundaram committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    ca04658 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Added ui for game won and lost

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    3969f8a View commit details
    Browse the repository at this point in the history
  2. Added functionality for reset and minor animations for score

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    7ca35bf View commit details
    Browse the repository at this point in the history
  3. Removed old code

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    5e7deee View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from NaagAlgates/upgrade-bloc

    Upgraded to bloc
    NaagAlgates authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    af8d419 View commit details
    Browse the repository at this point in the history
  5. Added initial test cases

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    a2667ab View commit details
    Browse the repository at this point in the history
  6. Added read me

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    4f7df43 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #5 from NaagAlgates/task/test-cases

    Added initial test cases
    NaagAlgates authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    8f28711 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #6 from NaagAlgates/task/update_readme

    Task/update readme
    NaagAlgates authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    e14e0f7 View commit details
    Browse the repository at this point in the history
  9. Updated coveralls badge url

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    cf0489b View commit details
    Browse the repository at this point in the history
  10. Added License

    NaagAlgates authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    3c07e9b View commit details
    Browse the repository at this point in the history
  11. Resolved render overflow issue

    Nagaraj Alagusundaram committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    c7266f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Fixed game won condition

    Nagaraj Alagusundaram committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    db8f68a View commit details
    Browse the repository at this point in the history
  2. Added new screenshots

    Nagaraj Alagusundaram committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    fdbab0d View commit details
    Browse the repository at this point in the history
  3. Update README.md

    NaagAlgates authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    22c25c9 View commit details
    Browse the repository at this point in the history