| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7,7 +7,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | |||
| 7 | 7 | and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |
| 8 | 8 | ||
| 9 | 9 | ## [0.3.0] - 2018-12-05 | |
| 10 | - ### Added | ||
| 10 | + ### Changed | ||
| 11 | + - `SQLiteCursor#getBlob()` now returns a `Uint8List`, not a `ByteBuffer` | ||
| 11 | 12 | ||
| 12 | 13 | ## [0.2.5] - 2018-12-05 | |
| 13 | 14 | ### Added | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -190,7 +190,7 @@ Cross-Reference | |||
| 190 | 190 | | `int` | `SQLiteCursor#getInt()` | `INTEGER` | - | | |
| 191 | 191 | | `double` | `SQLiteCursor#getDouble()` | `REAL` | - | | |
| 192 | 192 | | `String` | `SQLiteCursor#getString()` | `TEXT` | - | | |
| 193 | - | `ByteBuffer` | `SQLiteCursor#getBlob()` | `BLOB` | - | | ||
| 193 | + | `Uint8List` | `SQLiteCursor#getBlob()` | `BLOB` | - | | ||
| 194 | 194 | | `DateTime` | `SQLiteCursor#getDateTime()` | `TEXT` | ISO-8601 `"YYYY-MM-DD HH:MM:SS.SSS"` | | |
| 195 | 195 | | `DateTime` | `SQLiteCursor#getDateTime()` | `INTEGER` | Seconds since `1970-01-01T00:00:00Z` | | |
| 196 | 196 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -10,7 +10,7 @@ documentation: | |||
| 10 | 10 | dependencies: | |
| 11 | 11 | flutter: | |
| 12 | 12 | sdk: flutter | |
| 13 | - flutter_android: ^0.1.14 | ||
| 13 | + flutter_android: ^0.2.0 | ||
| 14 | 14 | meta: ^1.1.6 | |
| 15 | 15 | dev_dependencies: | |
| 16 | 16 | flutter_test: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments