mirror of https://github.com/AMT-Cheif/drift.git
Did that actually make the build faster? Lets find out
This commit is contained in:
parent
739356b141
commit
c485d04b23
10
README.md
10
README.md
|
@ -27,21 +27,21 @@ API that will deliver auto-updating streams for your queries.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
### Adding the dependency
|
### Adding the dependency
|
||||||
First, let's add sally to your project's `pubspec.yaml`:
|
First, let's add sally to your project's `pubspec.yaml`. The library is not yet
|
||||||
TODO: Finish this part of the readme when sally is out on pub.
|
out on pub, so you'll need to use the git repository for now:
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
sally:
|
sally:
|
||||||
git:
|
git:
|
||||||
url:
|
url: https://github.com/simolus3/sally.git
|
||||||
path: sally/
|
path: sally/
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
sally_generator:
|
sally_generator:
|
||||||
git:
|
git:
|
||||||
url:
|
url: https://github.com/simolus3/sally.git
|
||||||
path: sally_generator/
|
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
|
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
|
`sally_generator` library will take care of generating the necessary code so the
|
||||||
|
|
|
@ -27,21 +27,21 @@ API that will deliver auto-updating streams for your queries.
|
||||||
|
|
||||||
## Getting started
|
## Getting started
|
||||||
### Adding the dependency
|
### Adding the dependency
|
||||||
First, let's add sally to your project's `pubspec.yaml`:
|
First, let's add sally to your project's `pubspec.yaml`. The library is not yet
|
||||||
TODO: Finish this part of the readme when sally is out on pub.
|
out on pub, so you'll need to use the git repository for now:
|
||||||
```yaml
|
```yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
sally:
|
sally:
|
||||||
git:
|
git:
|
||||||
url:
|
url: https://github.com/simolus3/sally.git
|
||||||
path: sally/
|
path: sally/
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
sally_generator:
|
sally_generator:
|
||||||
git:
|
git:
|
||||||
url:
|
url: https://github.com/simolus3/sally.git
|
||||||
path: sally_generator/
|
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
|
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
|
`sally_generator` library will take care of generating the necessary code so the
|
||||||
|
|
Loading…
Reference in New Issue