mirror of
https://github.com/farcasclaudiu/flutter_plugin_appcenter.git
synced 2026-06-22 11:01:36 +03:00
24 lines
402 B
YAML
24 lines
402 B
YAML
name: appcenter_example
|
|
description: Demonstrates how to use the appcenter plugin.
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
cupertino_icons: ^0.1.0
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
appcenter:
|
|
path: ../src/appcenter
|
|
|
|
appcenter_analytics:
|
|
path: ../src/appcenter_analytics
|
|
|
|
appcenter_crashes:
|
|
path: ../src/appcenter_crashes
|
|
|
|
flutter:
|
|
uses-material-design: true
|