Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- name: platform_device_id_example
- description: Demonstrates how to use the platform_device_id plugin.
-
- publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-
- environment:
- sdk: ">=2.12.0 <3.0.0"
-
- dependencies:
- flutter:
- sdk: flutter
-
- platform_device_id:
- path: ../
- cupertino_icons: ^1.0.2
-
- dev_dependencies:
- flutter_test:
- sdk: flutter
-
- flutter:
- uses-material-design: true
|