Skip to content

Commit

Permalink
Minor update to README (flutter#5003)
Browse files Browse the repository at this point in the history
* Adds a docs directory with an architecture diagram from @chinmaygarde.
* Excludes the flutter/docs directory from license script.
  • Loading branch information
cbracken authored Apr 13, 2018
1 parent c386418 commit 0b9cef5
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ Flutter is a new way to build high-performance, cross-platform mobile apps.
Flutter is optimized for today's, and tomorrow's, mobile devices. We are
focused on low-latency input and high frame rates on Android and iOS.

The Flutter Engine is the runtime environment for hosting Flutter applications.
Most developers will interact with Flutter via the Flutter Framework and APIs,
which run inside the engine.
The Flutter Engine is a portable runtime for hosting
[Flutter](https://flutter.io) applications. It implements Flutter's core
libraries, including animation and graphics, file and network I/O,
accessibility support, plugin architecture, and a Dart runtime and compile
toolchain. Most developers wil interact with Flutter via the [Flutter
Framework](https://github.com/flutter/flutter), which provides a modern,
reactive framework, and a rich set of platform, layout and foundation widgets.


_Flutter is still under development and we continue to add
features._ However, it is ready for use by early adopters who are willing to deal
Expand Down
1 change: 1 addition & 0 deletions docs/flutter_overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tools/licenses/lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2106,6 +2106,7 @@ class RepositoryFlutterDirectory extends RepositoryDirectory {
bool shouldRecurse(fs.IoNode entry) {
return entry.name != 'testing'
&& entry.name != 'tools'
&& entry.name != 'docs'
&& entry.name != 'examples'
&& entry.name != 'build'
&& entry.name != 'travis'
Expand Down

0 comments on commit 0b9cef5

Please sign in to comment.