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

Refactor with thorough criteria #1

Merged
merged 5 commits into from
Mar 23, 2020
Merged

Refactor with thorough criteria #1

merged 5 commits into from
Mar 23, 2020

Commits on Mar 20, 2020

  1. Refactor with thorough criteria

    As discussed, this refactor should satisfy all the criteria of
    what the package should be doing.
    Jeffry Hermanto committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    131d844 View commit details
    Browse the repository at this point in the history
  2. Edit README file

    To tell the usecase to be more clearer and I fix some typo in it.
    Jeffry Hermanto committed Mar 20, 2020
    Configuration menu
    Copy the full SHA
    e2301ad View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2020

  1. Load Google Play Logo from Package Bundle

    Because calling a network image is not a reliable solution. So
    instead of using Image.network, I switch to Image.asset for
    displaying the Google Play Logo.
    Jeffry Hermanto committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    571345f View commit details
    Browse the repository at this point in the history
  2. Add example project

    To make the user trying this package with ease.
    Also having an example can add 10 points on pub.dev score.
    Jeffry Hermanto committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    6c36438 View commit details
    Browse the repository at this point in the history
  3. Revert "Add example project"

    This reverts commit 6c36438.
    Jeffry Hermanto committed Mar 21, 2020
    Configuration menu
    Copy the full SHA
    361ce39 View commit details
    Browse the repository at this point in the history