flutter_demo_gps/pubspec.yaml

35 lines
473 B
YAML
Raw Permalink Normal View History

2022-10-18 15:07:13 +02:00
name: gps
description: Demo Application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
2023-04-03 16:47:50 +02:00
sdk: ">=2.19.0 <3.0.0"
2022-10-18 15:07:13 +02:00
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
2023-04-03 16:47:50 +02:00
location: ^4.4.0
2022-10-18 15:07:13 +02:00
wakelock: ^0.6.2
provider: ^6.0.1
intl: ^0.17.0
dev_dependencies:
test:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter:
uses-material-design: true
generate: true