forked from firka/flutter
Fix outdated link for how to edit plugin code (#18069)
* Fix readme link to plugin edit instructions * Fix flutter tools link
This commit is contained in:
@@ -206,7 +206,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.
|
||||
To edit platform code in an IDE see https://flutter.io/developing-packages/#edit-plugin-package.
|
||||
''');
|
||||
}
|
||||
} else {
|
||||
|
||||
@@ -7,4 +7,4 @@
|
||||
For help getting started with Flutter, view our online
|
||||
[documentation](https://flutter.io/).
|
||||
|
||||
For help on editing plugin code, view the [documentation](https://flutter.io/platform-plugins/#edit-code).
|
||||
For help on editing plugin code, view the [documentation](https://flutter.io/developing-packages/#edit-plugin-package).
|
||||
|
||||
Reference in New Issue
Block a user