drift/moor/pubspec.yaml

45 lines
1.0 KiB
YAML
Raw Normal View History

2019-03-09 07:37:22 -08:00
name: moor
description: Moor is a safe and reactive persistence library for Dart applications
version: 3.5.0-dev
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:
2020-11-18 08:07:05 -08:00
sdk: '>=2.12.0-0 <3.0.0'
2019-02-03 04:56:31 -08:00
dependencies:
2020-11-18 08:07:05 -08:00
meta: ^1.3.0-nullsafety.6
2019-09-29 06:18:11 -07:00
convert: ^2.1.1
2020-11-18 08:07:05 -08:00
collection: ^1.15.0-nullsafety.5
2019-07-05 00:17:46 -07:00
synchronized: ^2.1.0
2020-11-18 08:07:05 -08:00
pedantic: ^1.10.0-nullsafety.3
sqlite3: ^0.1.6
2019-02-03 04:56:31 -08:00
dev_dependencies:
moor_generator: ^3.2.0
2019-12-25 13:22:46 -08:00
uuid: ^2.0.0
path: ^1.6.4
2020-08-20 12:00:21 -07:00
build_runner: '^1.10.1'
2020-11-18 08:07:05 -08:00
test: ^1.16.0-nullsafety
mockito: ^4.1.0
rxdart: ^0.24.0 # used to test compatibility with stream queries
2019-03-10 04:00:25 -07:00
dependency_overrides:
moor_generator:
path: ../moor_generator
sqlparser:
2020-11-18 08:07:05 -08:00
path: ../sqlparser
# Temporary overrides for null safety
sqlite3:
git:
url: https://github.com/simolus3/sqlite3.dart.git
ref: nnbd
path: sqlite3
synchronized:
git:
url: https://github.com/tekartik/synchronized.dart.git
ref: null_safety
path: synchronized