Browse Source

[documentation] Update sqflite_aurora

merge-requests/36/head
Yura Petrov 1 year ago committed by Vitaliy Zarubin
parent
commit
6dcbca5ad5
  1. 14
      packages/sqflite/sqflite_aurora/README.md

14
packages/sqflite/sqflite_aurora/README.md

@ -11,16 +11,28 @@ Therefore, you have to include `sqflite_aurora` alongside `sqflite` as dependenc
```yaml
dependencies:
sqflite: ^2.2.6
sqflite: ^2.3.0
sqflite_aurora:
git:
url: https://gitlab.com/omprussia/flutter/flutter-plugins.git
ref: master
path: packages/sqflite/sqflite_aurora
```
***.desktop**
```desktop
Permissions=UserDirs
```
***.spec**
```spec
BuildRequires: pkgconfig(sqlite3)
```
***.dart**
```dart
import 'package:sqflite/sqflite.dart';
```

Loading…
Cancel
Save