-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
pubspec.yaml
39 lines (35 loc) · 999 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
name: sqlbrite
description: RxDart Reactive stream sqflite(sqlite) for Flutter - Sqlbrite for flutter - A lightweight wrapper around sqflite which introduces reactive stream semantics to SQL operations.
version: 2.8.0
homepage: https://github.com/hoc081098/sqlbrite.git
repository: https://github.com/hoc081098/sqlbrite.git
issue_tracker: https://github.com/hoc081098/sqlbrite/issues
funding:
- https://www.buymeacoffee.com/hoc081098
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
dependencies:
flutter:
sdk: flutter
rxdart_ext: ^0.3.0
sqflite_common: ^2.5.3
sqflite: ^2.3.2
meta: ^1.7.0
dev_dependencies:
flutter_test:
sdk: flutter
sqflite_common_ffi: ^2.1.1+1
mockito: ^5.3.0
flutter_lints: ^1.0.4
build_runner: ^2.2.0
analyzer: ^6.0.0
code_builder: ^4.2.0
path: ^1.8.2
# flutter packages pub run build_runner build --delete-conflicting-outputs
topics:
- rxdart
- hoc081098
- reactive-sqflite
- reactive-sqlite
- reactive-programming