-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
32 lines (26 loc) · 885 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: moor2csv
description: Supporting package for SQL or Drift/Moor that allows the easy export of SQL based Moor databases to CSV form, for external storage or sharing. Works on all platforms other than Web.
version: 2.0.1
homepage: https://github.com/Dhi13man/moor2csv
environment:
sdk: '>=2.14.1 <4.0.0'
dependencies:
flutter:
sdk: flutter
drift: ^2.2.0
path_provider: ^2.0.11
permission_handler: ^10.4.1
device_info_plus: ^9.0.2
dev_dependencies:
flutter_test:
sdk: flutter
# Only For testing and examples. Not needed by package itself to work.
drift_dev: ^2.2.0+1
sqflite: ^2.2.0+3
sqlite3_flutter_libs: ^0.5.11+1
sqflite_common_ffi: ^2.2.0+1
build_runner: ^2.3.2
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter: