File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1
- ## Next
1
+ ## 0.3
2
2
3
3
- Updated to run on Dart 1.15.0
4
4
- Removed Windows support
Original file line number Diff line number Diff line change @@ -3,12 +3,18 @@ SQLite bindings for the Dart VM
3
3
4
4
[ ![ Build status] ( https://travis-ci.org/pylaligand/dart-sqlite.svg?branch=master )] ( https://travis-ci.org/pylaligand/dart-sqlite )
5
5
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
+ ```
12
18
13
19
# Example
14
20
#import('lib/sqlite.dart');
You can’t perform that action at this time.
0 commit comments