Commit 76dbfe9a authored by Mikkel Nygaard Ravn's avatar Mikkel Nygaard Ravn Committed by GitHub

Fixed android template (#9917)

parent 200952bc
......@@ -77,8 +77,8 @@ void _writeFlutterPluginsList(String directory, List<Plugin> plugins) {
const String _androidPluginRegistryTemplate = '''package io.flutter.plugins;
{{#plugins}}
import io.flutter.plugin.common.PluginRegistry;
{{#plugins}}
import {{package}}.{{class}};
{{/plugins}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment