drift/moor/pubspec.yaml

46 lines
1.3 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
2021-01-11 11:15:10 -08:00
version: 4.0.0-nullsafety.1
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:
async: ^2.5.0-nullsafety
2021-01-11 11:15:10 -08:00
# We'd prefer convert ^3.0.0 for nullsafety, (we have a dependency_override for that), but large chunks of the Dart
2020-12-10 06:19:02 -08:00
# ecosystem don't support version 3.0.0 yet, so we support older versions for compatibility.
convert: ">=2.1.1 <4.0.0"
2020-11-18 08:07:05 -08:00
collection: ^1.15.0-nullsafety.5
meta: ^1.3.0-nullsafety.6
2020-11-18 08:07:05 -08:00
pedantic: ^1.10.0-nullsafety.3
synchronized: ^3.0.0-nullsafety
stream_channel: ^2.1.0-nullsafety.3
2020-11-19 13:22:18 -08:00
sqlite3: ^0.1.9-nullsafety
2019-02-03 04:56:31 -08:00
dev_dependencies:
2020-11-20 11:02:12 -08:00
build_test: ^1.3.0
build_runner_core: ^6.1.0
moor_generator: ^3.2.0
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
2020-11-18 08:07:05 -08:00
test: ^1.16.0-nullsafety
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
2020-11-20 09:01:18 -08:00
uuid:
git:
2020-12-12 12:36:41 -08:00
url: https://github.com/Daegalus/dart-uuid.git
ref: nullsafety
2020-11-20 09:01:18 -08:00
2021-01-03 08:15:32 -08:00
crypto: ^3.0.0-nullsafety
2020-11-20 09:01:18 -08:00
convert: ^3.0.0-nullsafety