On windows this write lock seems to persist even after writing has completed, so we switch to a Random Access File instead by opening then closing the file when done reading or writing to it.
3 lines
64 B
Dart
3 lines
64 B
Dart
class Constants {
|
|
static const VERSION = "1.2.112524+1156";
|
|
}
|