Scaffold out initial state management
This commit is contained in:
7
lib/util.dart
Normal file
7
lib/util.dart
Normal file
@@ -0,0 +1,7 @@
|
||||
import 'package:flutter/foundation.dart';
|
||||
|
||||
void debugLog(String? msg, {int? wrapWidth}) {
|
||||
if (kDebugMode) {
|
||||
debugPrint(msg, wrapWidth: wrapWidth);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user