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

Move Game List to own file #1

Open
brylie opened this issue Jun 12, 2023 · 0 comments
Open

Move Game List to own file #1

brylie opened this issue Jun 12, 2023 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@brylie
Copy link
Member

brylie commented Jun 12, 2023

The Game List is currently defined as an instance variable if the Home Page

final List<Game> games = [

This makes it a bit difficult to manage the list of games, which may get quite large. It would be better to move the games list into its own file. The file could simply contain a Dart list of Game objects or be a more generic format like JSON.

Compare approaches to maintaining the game list in a dedicated file, choose the best approach given desirable trade offs, and implement the solution.

@brylie brylie added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant