Skip to content

Commit 517c73e

Browse files
Fixed bug where scroll and zoom both used the scroll wheel.
Fixed bug where scroll and zoom both used the scroll wheel, by removing the scroll bar entirely. Replaced Accordion with Navigator.
1 parent 51eecbc commit 517c73e

31 files changed

+1506
-1257
lines changed

lib/main.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class MainApp extends StatelessWidget {
4040
Provider<ProjectStore>(create: (_) => ProjectStore()),
4141
],
4242
child: MaterialApp(
43-
title: 'PCB Fault Detection UI',
43+
title: 'PCB Fault Detection',
4444
theme: ThemeData(
4545
useMaterial3: true,
4646
colorScheme: ColorScheme.fromSeed(seedColor: Colors.lightBlue),
@@ -50,7 +50,7 @@ class MainApp extends StatelessWidget {
5050
thumbVisibility: WidgetStateProperty.all<bool>(true),
5151
),
5252
),
53-
home: const MainHomePage(title: 'PCB Fault Detection UI'),
53+
home: const MainHomePage(title: 'PCB Fault Detection'),
5454
),
5555
);
5656
}

lib/src/bounding_box_annotation/bounding_box_annotation.dart

Lines changed: 0 additions & 3 deletions
This file was deleted.

lib/src/bounding_box_annotation/src/annotation_controller.dart

Lines changed: 0 additions & 179 deletions
This file was deleted.

lib/src/bounding_box_annotation/src/models/annotation_details.dart

Lines changed: 0 additions & 31 deletions
This file was deleted.

lib/src/bounding_box_annotation/src/models/drawing.dart

Lines changed: 0 additions & 91 deletions
This file was deleted.

lib/src/bounding_box_annotation/src/models/label.dart

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)