2019-03-09 07:37:22 -08:00
|
|
|
name: moor
|
|
|
|
description: Moor is a safe and reactive persistence library for Dart applications
|
2020-06-28 08:27:32 -07:00
|
|
|
version: 3.2.0
|
2019-05-12 01:58:07 -07:00
|
|
|
repository: https://github.com/simolus3/moor
|
|
|
|
homepage: https://moor.simonbinder.eu/
|
|
|
|
issue_tracker: https://github.com/simolus3/moor/issues
|
2019-02-03 04:56:31 -08:00
|
|
|
|
|
|
|
environment:
|
2019-11-06 03:16:55 -08:00
|
|
|
sdk: '>=2.6.0 <3.0.0'
|
2019-02-03 04:56:31 -08:00
|
|
|
|
|
|
|
dependencies:
|
2020-06-16 05:25:59 -07:00
|
|
|
meta: ^1.1.8
|
2019-09-29 06:18:11 -07:00
|
|
|
convert: ^2.1.1
|
2019-08-22 03:27:39 -07:00
|
|
|
collection: ^1.0.0
|
2019-07-05 00:17:46 -07:00
|
|
|
synchronized: ^2.1.0
|
2019-08-22 04:46:43 -07:00
|
|
|
pedantic: ^1.0.0
|
2020-07-10 08:30:10 -07:00
|
|
|
sqlite3: ^0.1.3
|
2019-02-03 04:56:31 -08:00
|
|
|
|
|
|
|
dev_dependencies:
|
2020-06-28 12:17:33 -07:00
|
|
|
moor_generator: ^3.2.0
|
2019-12-25 13:22:46 -08:00
|
|
|
uuid: ^2.0.0
|
2020-02-12 12:01:41 -08:00
|
|
|
path: ^1.6.4
|
2019-05-29 10:43:21 -07:00
|
|
|
build_runner: '>=1.3.0 <2.0.0'
|
2019-11-08 13:51:53 -08:00
|
|
|
test: ^1.9.0
|
2019-06-09 03:27:24 -07:00
|
|
|
mockito: ^4.1.0
|
2020-04-17 03:16:28 -07:00
|
|
|
rxdart: ^0.24.0 # used to test compatibility with stream queries
|
2019-03-10 04:00:25 -07:00
|
|
|
|
2019-11-27 03:06:19 -08:00
|
|
|
dependency_overrides:
|
|
|
|
moor_generator:
|
|
|
|
path: ../moor_generator
|
|
|
|
sqlparser:
|
|
|
|
path: ../sqlparser
|