From a5b4846529987f723a31c1dde77e2820a1e6df69 Mon Sep 17 00:00:00 2001 From: Iiro Krankka Date: Tue, 3 Jul 2018 19:33:39 +0300 Subject: [PATCH] Update README --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index af6609ab..89aaddc4 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,7 @@ cd lib && mv tmdb_config.dart.sample tmdb_config.dart && cd .. If you don't trust in random bash scripts copied from the Internet, you can just rename the `tmdb_config.dart.sample` to `tmdb_config.dart` manually. -### The stack & building from source - -The project is currently built using the [latest Flutter Beta 3](https://medium.com/flutter-io/flutter-beta-3-7d88125245dc), with Dart 2 enabled. +### Building from source To build the project, ensure that you have a recent version of the Flutter SDK installed. Then either run `flutter run` in the project root or use your IDE of choice. To run the tests, run `flutter test` in the project root.