Skip to content

String Management

Daniel Wagner edited this page Aug 19, 2022 · 1 revision

All visualized strings are stored in the Strings class in the file strings.dart.

Every variable containing a string that is displayed to a user starts with a small l and then a self-explaining description of the value the string contains.
For example, the title of the game screen would be lTitleGameScreen.

Clone this wiki locally