登录页面样式
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
const bool inProduction = !kDebugMode;
|
||||
|
||||
void yjPrint(Object? object) {
|
||||
if (kDebugMode) {
|
||||
print(object);
|
||||
|
||||
Reference in New Issue
Block a user