25 lines
536 B
YAML
25 lines
536 B
YAML
name: uni_map_platform_interface
|
|
description: Uni Map Platform Interface.
|
|
version: 0.7.0-rc.0
|
|
|
|
environment:
|
|
sdk: ">=2.12.0 <3.0.0"
|
|
flutter: ">=1.17.0"
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
foundation_fluttify:
|
|
git:
|
|
url: http://gitea.cquni.com/yangjie/foundation_fluttify.git
|
|
ref: master
|
|
core_location_fluttify:
|
|
git:
|
|
url: http://gitea.cquni.com/yangjie/core_location_fluttify.git
|
|
ref: master
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^1.0.4 |