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

23 lines
402 B
YAML
Raw Normal View History

2022-04-11 19:18:19 +00:00
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"
2022-04-12 17:23:59 +00:00
{{> plugin_platforms.dart }}
2022-04-11 19:18:19 +00:00
dependencies:
flutter:
sdk: flutter
2022-04-12 17:23:59 +00:00
{{> plugin_dependencies.dart }}
2022-04-11 19:18:19 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^0.2.0
plugin_platform_interface: ^2.0.0
very_good_analysis: ^2.4.0