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()}}_macos/pubspec.yaml

28 lines
659 B
YAML
Raw Normal View History

2022-04-11 19:18:19 +00:00
name: {{project_name.snakeCase()}}_macos
description: MacOS 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:
macos:
pluginClass: {{project_name.pascalCase()}}Plugin
dartPluginClass: {{project_name.pascalCase()}}MacOS
dependencies:
flutter:
sdk: flutter
{{project_name.snakeCase()}}_platform_interface:
path: ../{{project_name.snakeCase()}}_platform_interface
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^2.4.0