Add a data generator for the completed.md checklist.

This commit is contained in:
zontreck 2025-03-26 00:20:50 -07:00
parent 18641d5606
commit cef613c265
11 changed files with 1047 additions and 446 deletions

View file

@ -1,7 +1,7 @@
import 'dart:io';
class Constants {
static const VERSION = "1.0.032525+2222";
static const VERSION = "1.0.032625+0019";
//static bool get isMobile => Platform.isAndroid || Platform.isIOS;
}