Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Updated ReadME for Type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit19060 committed Sep 19, 2021
1 parent e49cbd4 commit 2639b6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
11 changes: 6 additions & 5 deletions save_you/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,17 @@
```Bash
git clone https://github.com/Rohit19060/Save-You.git
```

2. Go into the Project Directory

3. Install dependencies

```Bash
flutter pub get
```

4. Run the app

```Bash
flutter run/Flutter run --release
```
Expand All @@ -83,18 +84,18 @@ flutter pub get
```

2. Run the app

```Bash
flutter run/Flutter run --release
```

## 👷 Built with

- Flutter
## 📂 Directory Structure

> [`main.dart`](https://github.com/Rohit19060/Save-You/blob/main/save_you/lib/main.dart "Main File"): Single file for the Awesome Clock
## 📂 Directory Structure

> [`main.dart`](https://github.com/Rohit19060/Save-You/blob/main/save_you/lib/main.dart "Main File"): File the main Content
## 🎊 Future Updates

Expand Down
3 changes: 1 addition & 2 deletions save_you/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:save_you/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(MyApp());
await tester.pumpWidget(const MyApp());

// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);
Expand Down

0 comments on commit 2639b6c

Please sign in to comment.