Atualização de gauge
This commit is contained in:
12
lib/_debug_harness.dart
Normal file
12
lib/_debug_harness.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'logged_home.dart';
|
||||
|
||||
class DebugHarness extends StatelessWidget {
|
||||
const DebugHarness({super.key});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return const LoggedHomeScreen();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user