Skip to content
This repository was archived by the owner on Feb 21, 2024. It is now read-only.
This repository was archived by the owner on Feb 21, 2024. It is now read-only.

fix: Class VeryGoodFlameGame does not assume app name #124

@renancaraujo

Description

@renancaraujo

Description

When generating the template with a game named, for example, "My Fun Game", the class VeryGoodFlameGame keeps its raw name rather than assuming the name of the game when it should be MyFunGame.

This is the brick location:

https://github.com/VeryGoodOpenSource/very_good_flame_game/blob/main/brick/__brick__/%7B%7Bproject_name.snakeCase()%7D%7D/lib/game/%7B%7Bproject_name.snakeCase()%7D%7D.dart#L8

Observe that the file name assimes project_name.snakeCase() but the class doesnt.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions