drift/moor/pubspec.yaml

37 lines
883 B
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
2021-02-20 13:03:34 -08:00
version: 4.1.0
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:
2021-02-14 05:06:51 -08:00
async: ^2.5.0
convert: "^3.0.0"
collection: ^1.15.0
meta: ^1.3.0
pedantic: ^1.10.0
stream_channel: ^2.1.0
sqlite3: ">=0.1.9-nullsafety <2.0.0"
2019-02-03 04:56:31 -08:00
dev_dependencies:
2021-03-16 01:47:09 -07:00
build_test: ^2.0.0
2020-11-20 11:02:12 -08:00
build_runner_core: ^6.1.0
2021-02-20 13:03:34 -08:00
moor_generator: any
2021-01-03 08:15:32 -08:00
uuid: ^3.0.0-nullsafety.0
path: ^1.8.0-nullsafety.3
build_runner: ^1.10.4
2021-02-14 05:06:51 -08:00
test: ^1.16.0
2021-02-12 04:59:09 -08:00
mockito: ^5.0.0-nullsafety.7
2021-01-20 03:30:59 -08:00
rxdart: ^0.26.0-nullsafety
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
2021-03-16 01:47:09 -07:00
# todo: Remove once mockito version 5.0.2 is released
build: ^2.0.0