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()}}/pubspec.yaml
2022-04-12 12:23:59 -05:00

23 lines
402 B
YAML

name: {{project_name.snakeCase()}}
description: {{{description}}}
version: 0.1.0+1
publish_to: none
environment:
sdk: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
{{> plugin_platforms.dart }}
dependencies:
flutter:
sdk: flutter
{{> plugin_dependencies.dart }}
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^0.2.0
plugin_platform_interface: ^2.0.0
very_good_analysis: ^2.4.0