mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Added a PluginRegistry to the new project template. The registry files will be automatically updated at build time to register the native plugins. Fixes #7814.
12 lines
189 B
Cheetah
12 lines
189 B
Cheetah
name: {{projectName}}
|
|
description: {{description}}
|
|
|
|
flutter:
|
|
plugin:
|
|
androidPackage: {{androidIdentifier}}
|
|
pluginClass: {{pluginClass}}
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|