Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The Flutter project has a number of repositories, some important ones include:
* [devtools](https://github.com/flutter/devtools): the DevTools tooling (performance tools, inspector, debugger).
* [flutter](https://github.com/flutter/flutter): the Flutter framework, engine, and `flutter` command line tool. Start here.
* [flutter-intellij](https://github.com/flutter/flutter-intellij): the IntelliJ plugin for Flutter.
* [packages](https://github.com/flutter/packages): the Dart packages maintained by the Flutter team, such as [animations](https://pub.dev/packages/animations), [rfw](https://pub.dev/packages/rfw), [camera](https://pub.dev/packages/camera), and [webview_flutter](https://pub.dev/packages/webview_flutter).
* [packages](https://github.com/flutter/packages) and [core-packages](https://github.com/flutter/core-packages): the Dart packages maintained by the Flutter team, such as [animations](https://pub.dev/packages/animations), [rfw](https://pub.dev/packages/rfw), [camera](https://pub.dev/packages/camera), and [webview_flutter](https://pub.dev/packages/webview_flutter).
* [samples](https://github.com/flutter/samples): examples of Flutter applications for your enjoyment and edification.
* [tests](https://github.com/flutter/tests): a repository for you to submit your application's tests to ensure that breaking changes don't affect your application.
* [website](https://github.com/flutter/website): the source for our documentation site, https://docs.flutter.dev/.
Expand Down