Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
f291588d
Commit
f291588d
authored
Aug 30, 2015
by
Ian Hickson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add gestures/ to README.md diagram
parent
35ac1f71
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
README.md
packages/flutter/lib/README.md
+13
-9
No files found.
packages/flutter/lib/README.md
View file @
f291588d
...
...
@@ -15,10 +15,12 @@ APIs to provide base classes for tree structures
(
[
base/debug.dart
](
base/debug.dart
)
), and task scheduling
(
[
base/scheduler.dart
](
base/scheduler.dart
)
).
Above this are the files in the
[
painting/
](
painting/
)
directory,
which provide APIs related to drawing graphics, and in the
[
animation/
](
animation/
)
directory, which provide core primitives for
animating values.
Above this are the files in the
[
animation/
](
animation/
)
directory,
which provide core primitives for animating values.
The next layer consists of the files in the
[
painting/
](
painting/
)
directory,
which provide APIs related to drawing graphics. Some of the code here
uses the
[
animation/
](
animation/
)
utilities mentioned above.
Layout primitives are provided in the next layer, found in the
[
rendering/
](
rendering/
)
directory. They use
```dart:sky```
and the
...
...
@@ -46,11 +48,13 @@ Here is a diagram summarising all this:
| | editing/ | |
| +--+-------------------++ |
| | widgets/ (theme/) | |
| ++---------------------++ | Dart
| | rendering/ | |
+-+---------+------------+ |
| painting/ | animation/ | |
+---------------+--------+ |
| ++---------------------++ |
| | rendering/ | | Dart
| |---------+------------+ |
| | | painting/ | |
+-+ +------------+ |
| gestures/ | animation/ | |
+-----------+---+--------+ |
| base/ | mojo/ |
+------------+--+-+----+------+ -------
| dart:sky | | | Host |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment