Commit fdbb1fbb authored by Michael Goderbauer's avatar Michael Goderbauer Committed by GitHub

Add a note about how to edit platform code in IDE to flutter create --plugin (#10189)

parent 04923d33
......@@ -187,6 +187,7 @@ Your main program file is lib/main.dart in the $relativeAppPath directory.
Your plugin code is in lib/$projectName.dart in the $relativePluginPath directory.
Host platform code is in the android/ and ios/ directories under $relativePluginPath.
To edit platform code in an IDE see https://flutter.io/platform-plugins/#edit-code.
''');
}
} else {
......
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