name: moor description: Moor is a safe and reactive persistence library for Dart applications 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 environment: sdk: '>=2.12.0-0 <3.0.0' dependencies: async: ^2.5.0-nullsafety # We'd prefer convert ^3.0.0 for nullsafety, (we have a dependency_override for that), but large chunks of the Dart # ecosystem don't support version 3.0.0 yet, so we support older versions for compatibility. convert: ">=2.1.1 <4.0.0" collection: ^1.15.0-nullsafety.5 meta: ^1.3.0-nullsafety.6 pedantic: ^1.10.0-nullsafety.3 synchronized: ^3.0.0-nullsafety stream_channel: ^2.1.0-nullsafety.3 sqlite3: ^0.1.9-nullsafety dev_dependencies: build_test: ^1.3.0 build_runner_core: ^6.1.0 moor_generator: ^3.2.0 uuid: ^3.0.0-nullsafety.0 path: ^1.8.0-nullsafety.3 build_runner: ^1.10.4 test: ^1.16.0-nullsafety mockito: ^5.0.0-nullsafety.7 rxdart: ^0.26.0-nullsafety dependency_overrides: moor_generator: path: ../moor_generator sqlparser: path: ../sqlparser uuid: git: url: https://github.com/Daegalus/dart-uuid.git ref: nullsafety crypto: ^3.0.0-nullsafety convert: ^3.0.0-nullsafety