Skip to content

Commit

Permalink
remove unused widgets.
Browse files Browse the repository at this point in the history
  • Loading branch information
MAHMOUDELSAYED7 committed Jul 18, 2024
1 parent f042601 commit 88d5fea
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 352 deletions.
19 changes: 0 additions & 19 deletions lib/core/helper/responsive.dart

This file was deleted.

58 changes: 0 additions & 58 deletions lib/view/screen/home.dart

This file was deleted.

103 changes: 0 additions & 103 deletions lib/view/screen/splash.dart

This file was deleted.

41 changes: 0 additions & 41 deletions lib/view/widget/custom_button.dart

This file was deleted.

129 changes: 0 additions & 129 deletions lib/view/widget/custom_text_field.dart

This file was deleted.

2 changes: 2 additions & 0 deletions macos/Flutter/GeneratedPluginRegistrant.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
import FlutterMacOS
import Foundation

import shared_preferences_foundation

func RegisterGeneratedPlugins(registry: FlutterPluginRegistry) {
SharedPreferencesPlugin.register(with: registry.registrar(forPlugin: "SharedPreferencesPlugin"))
}
3 changes: 1 addition & 2 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@

import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';

import 'package:responsive_calculator/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);
Expand Down

0 comments on commit 88d5fea

Please sign in to comment.