You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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
|