rugreefer/pubspec.yaml

24 lines
433 B
YAML
Raw Normal View History

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 15:24:16 +02:00
path_provider: ^2.1.5
shared_preferences: ^2.5.2
2025-02-27 13:43:31 +02:00
turf: ^0.0.10
# path: ^1.8.0
dev_dependencies:
lints: ^5.0.0
2025-02-27 15:24:16 +02:00
flutter_test:
sdk: flutter
mocktail: ^1.0.4