Files
lab-app/test/widget_test.dart
T
Emre Emir 8bbc9dbff2 Initial commit: DLS - Dental Lab System
- Flutter + PocketBase dental lab management system
- Clinic & lab dashboards, job tracking, patient management
- Product catalog, finance tracking, multi-language support
- AI assistant integration, realtime notifications
- Windows installer (Inno Setup) included
- Developed by kovakyazilim.com
2026-06-11 15:57:31 +03:00

8 lines
144 B
Dart

import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('placeholder', (tester) async {
expect(true, isTrue);
});
}