Commit Graph

4 Commits

Author SHA1 Message Date
Calcitem ca2f2bdec0
cpp: Format source code to WebKit’s style 2021-11-06 10:32:50 +08:00
Calcitem d078c33175
.gitignore: Ignore some files created by IDE
Ignore:
.vscode/c_cpp_properties.json
src/ui/flutter_app/android/.project
src/ui/flutter_app/android/.settings/
2021-11-01 01:25:03 +08:00
Calcitem f3139f81f3
Fix spelling errors
And add VSCode spelling configuration.
2021-10-31 12:57:03 +08:00
Leptopoda a0f234bf47
add compile time enviornment options
## Why?
- in the future we could enable the developer options in dev builds only. This would result in better performance and smaller downloadsize.
- Ability to disable catcher. Catcher limits the ability of debuging as it catches everything thrown. Also catcher won't even display the crash when the system is in dark mode (white text on white background. Probably a bug on theier side)

## How to use this?
just add a `--dart-define` followed by your config after the flutter command. Further info can be found in [Readme.md](/Readme.md)
2021-10-22 14:47:17 +02:00