Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
4seer authored Mar 10, 2020
1 parent c09754c commit fd7afb8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,30 @@ Functionality description and discussion

[E-commerce App Mobile App Local Database Structure](https://medium.com/@openflutterproject/open-flutter-project-e-commerce-app-local-database-4744b61264c7)

## Flutter Version

You may need to update flutter to dev or beta for the most recent updates to work. Use following commands to upgrade flutter:

```
flutter channel dev
flutter upgrade
```
or

```
flutter channel beta
flutter upgrade
```

## Tests
To run tests use command below:

```
flutter run -t test/test.dart
```


## IDE settings
You need to update the configuration of your IDE to tell the location of the entry point.

The example for VS Code is below:
Expand Down

0 comments on commit fd7afb8

Please sign in to comment.