This repository has been archived on 2023-09-08. You can view files and clone it, but cannot push or open issues or pull requests.
moxplatform/brick/__brick__/{{project_name.snakeCase()}}_android/pubspec.yaml
2022-04-11 14:18:19 -05:00

30 lines
743 B
YAML

name: {{project_name.snakeCase()}}_android
description: Android implementation of the {{project_name.snakeCase()}} plugin
version: 0.1.0+1
publish_to: none
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
flutter:
plugin:
implements: {{project_name.snakeCase()}}
platforms:
android:
package: {{org_name.dotCase()}}
pluginClass: {{project_name.pascalCase()}}Plugin
dartPluginClass: {{project_name.pascalCase()}}Android
dependencies:
flutter:
sdk: flutter
{{project_name.snakeCase()}}_platform_interface:
path: ../{{project_name.snakeCase()}}_platform_interface
dev_dependencies:
flutter_test:
sdk: flutter
plugin_platform_interface: ^2.0.0
very_good_analysis: ^2.4.0