Completed home page and added routes also added bloc's package in pubspec.yaml

This commit is contained in:
2025-10-14 15:47:16 +05:30
parent a9447fc869
commit 4264ddd623
15 changed files with 538 additions and 255 deletions

View File

@@ -13,7 +13,7 @@ import 'package:citycards_customer/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(MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);