feat: everything up to bluetooth scanning

This commit is contained in:
2025-03-26 21:01:42 +01:00
parent be964fab25
commit f4022dd249
21 changed files with 2496 additions and 132 deletions

View File

@ -13,7 +13,7 @@ import 'package:abawo_bt_app/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
await tester.pumpWidget(const AbawoBtApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);