-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ea4cd4f
commit 4929dea
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|
@@ -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 [email protected]:deandreamatias/portoflio.git | ||
$ git clone [email protected]: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 | ||
|