Skip to content

Commit

Permalink
Launch beta version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
deandreamatias committed Apr 13, 2020
1 parent ea4cd4f commit 4929dea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# CHANGELOG

## 0.1.0 - 26/12/19
## 0.1.0 - 13/04/20

- Launch beta version
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### About the project

I made this portofolio to experiment with Flutter web and have a place to share the references link to my podcast.
I made this portfolio to experiment with Flutter web and have a place to share the references link to my podcast.

This project has been built using the [Flutter](https://flutter.dev/) framework, which allows to build an app for mobile, desktop & web, from a single codebase.

Expand All @@ -13,15 +13,13 @@ This project has been built using the [Flutter](https://flutter.dev/) framework,
First, clone the repository with the 'git clone' command, or just download the zip.

```
$ git clone git@github.com:deandreamatias/portoflio.git
$ git clone git@github.com:deandreamatias/portfolio.git
```

Then, download either Android Studio or Visual Studio Code, with their respective [Flutter editor plugins](https://flutter.dev/docs/get-started/editor). For more information about Flutter installation procedure, check the [official install guide](https://flutter.dev/docs/get-started/install).

Install dependencies from pubspec.yaml by running `flutter packages get` from the project root (see [using packages documentation](https://flutter.dev/docs/development/packages-and-plugins/using-packages#adding-a-package-dependency-to-an-app) for details and how to do this in the editor).

Get your API Key from TMDB (see [this FAQ](https://www.themoviedb.org/faq/api) for more details) and paste in file `config/env.dart`

Run in debug mode :)

## Built with
Expand Down

0 comments on commit 4929dea

Please sign in to comment.