Add a way to build without --obfuscate flag
Created by: bojidartonchev
Since obfuscation hides function and class names in compiled Dart code, there are some cases, when it should be avoided. For example when using runtimeType.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Created by: bojidartonchev
Since obfuscation hides function and class names in compiled Dart code, there are some cases, when it should be avoided. For example when using runtimeType.