fix merge issues

This commit is contained in:
2022-11-02 23:31:44 +00:00
parent ac1f388dd8
commit 5202732964
8 changed files with 148 additions and 1 deletions

8
lib/gen/meta.dart Normal file
View File

@ -0,0 +1,8 @@
/// DO NOT EDIT THIS FILE EXCEPT TO ENTER INITIAL VERSION AND OTHER META INFO
/// THIS FILE IS AUTOMATICALLY OVERWRITTEN
class Meta {
static const String version = '0.0.0+0-dev';
static const int buildTime = 71727248562000;
static const bool devBuild = true;
}