2025-02-27 13:43:31 +02:00
|
|
|
name: rugreefer
|
|
|
|
|
description: A sample command-line application.
|
|
|
|
|
version: 1.0.0
|
|
|
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
|
|
|
|
|
|
environment:
|
|
|
|
|
sdk: ^3.6.0
|
|
|
|
|
|
|
|
|
|
# Add regular dependencies here.
|
|
|
|
|
dependencies:
|
|
|
|
|
dart_geohash: ^2.1.0
|
|
|
|
|
http: ^1.3.0
|
|
|
|
|
latlong2: ^0.9.1
|
2025-02-27 14:38:03 +02:00
|
|
|
mocktail: ^1.0.4
|
|
|
|
|
test: ^1.25.15
|
2025-02-27 13:43:31 +02:00
|
|
|
turf: ^0.0.10
|
|
|
|
|
# path: ^1.8.0
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
lints: ^5.0.0
|