-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpubspec.yaml
36 lines (26 loc) · 874 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
33
34
35
name: flutter_geopackage
description: A module to support OGC geopackage with sqlite.
version: 0.6.4+2
homepage: https://github.com/moovida/flutter_geopackage
repository: https://github.com/moovida/flutter_geopackage
issue_tracker: https://github.com/moovida/flutter_geopackage/issues
environment:
sdk: ">=2.12.0 <4.0.0"
dependencies:
# intl: '>=0.16.1 <=0.18.0'
# MIT -> added to help chose dart_hydrologis_db the right version for the dev channel
# can be removed once null-safety has been reached
sqlite3: ^2.1.0
dart_hydrologis_utils: ^0.8.1
dart_hydrologis_db: ^1.1.0
# path: ../dart_hydrologis_db/
# git:
# url: https://github.com/moovida/dart_hydrologis_db.git
dart_jts: ^0.2.4
# git:
# url: https://github.com/moovida/dart_jts.git
# MIT
proj4dart: ^2.1.0
dev_dependencies:
lints: ^1.0.1
test: ^1.20.1