Skip to content

Commit bec17ab

Browse files
committed
Preparation for version 0.3.0 (#33)
Part of #10
1 parent 59f6109 commit bec17ab

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Next
1+
## 0.3
22

33
- Updated to run on Dart 1.15.0
44
- Removed Windows support

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,18 @@ SQLite bindings for the Dart VM
33

44
[![Build status](https://travis-ci.org/pylaligand/dart-sqlite.svg?branch=master)](https://travis-ci.org/pylaligand/dart-sqlite)
55

6-
# Download
7-
8-
Try the [binary build](https://github.com/downloads/sam-mccall/dart-sqlite/v0.2.zip)
9-
which should work on Mac and 64-bit Linux.
10-
11-
You can also build it yourself, see below.
6+
# Installation
7+
8+
Add the library to your specs:
9+
```
10+
dependencies:
11+
sqlite: ^0.3.0
12+
```
13+
14+
Add an extra step after `pub get` to download the native libraries:
15+
```
16+
pub get && pub run sqlite:install --package-root .
17+
```
1218

1319
# Example
1420
#import('lib/sqlite.dart');

0 commit comments

Comments
 (0)