From c485d04b2397cd490cc870bdc3a44249b3de3c68 Mon Sep 17 00:00:00 2001 From: Simon Binder Date: Fri, 1 Mar 2019 21:12:00 +0100 Subject: [PATCH] Did that actually make the build faster? Lets find out --- README.md | 10 +++++----- sally_flutter/README.md | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f8dcd68a..0165cea9 100644 --- a/README.md +++ b/README.md @@ -27,21 +27,21 @@ API that will deliver auto-updating streams for your queries. ## Getting started ### Adding the dependency -First, let's add sally to your project's `pubspec.yaml`: -TODO: Finish this part of the readme when sally is out on pub. +First, let's add sally to your project's `pubspec.yaml`. The library is not yet +out on pub, so you'll need to use the git repository for now: ```yaml dependencies: sally: git: - url: + url: https://github.com/simolus3/sally.git path: sally/ dev_dependencies: sally_generator: git: - url: + url: https://github.com/simolus3/sally.git path: sally_generator/ - build_runner: + build_runner: ^1.2.0 ``` We're going to use the `sally_flutter` library to specify tables and access the database. The `sally_generator` library will take care of generating the necessary code so the diff --git a/sally_flutter/README.md b/sally_flutter/README.md index f8dcd68a..0165cea9 100644 --- a/sally_flutter/README.md +++ b/sally_flutter/README.md @@ -27,21 +27,21 @@ API that will deliver auto-updating streams for your queries. ## Getting started ### Adding the dependency -First, let's add sally to your project's `pubspec.yaml`: -TODO: Finish this part of the readme when sally is out on pub. +First, let's add sally to your project's `pubspec.yaml`. The library is not yet +out on pub, so you'll need to use the git repository for now: ```yaml dependencies: sally: git: - url: + url: https://github.com/simolus3/sally.git path: sally/ dev_dependencies: sally_generator: git: - url: + url: https://github.com/simolus3/sally.git path: sally_generator/ - build_runner: + build_runner: ^1.2.0 ``` We're going to use the `sally_flutter` library to specify tables and access the database. The `sally_generator` library will take care of generating the necessary code so the