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
e7f726c2
Commit
e7f726c2
authored
Sep 27, 2015
by
Devon Carew
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
customize the generated dartdoc like flutter.io
parent
f9b5b145
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
14 deletions
+36
-14
firebase.json
packages/flutter/doc/firebase.json
+0
-9
styles.html
packages/flutter/doc/styles.html
+31
-0
gestures.dart
packages/flutter/lib/gestures.dart
+1
-1
material.dart
packages/flutter/lib/material.dart
+1
-1
painting.dart
packages/flutter/lib/painting.dart
+1
-1
rendering.dart
packages/flutter/lib/rendering.dart
+1
-1
services.dart
packages/flutter/lib/services.dart
+1
-1
No files found.
packages/flutter/doc/firebase.json
deleted
100644 → 0
View file @
f9b5b145
{
"firebase"
:
"skydocs"
,
"public"
:
"api"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
]
}
packages/flutter/doc/styles.html
0 → 100644
View file @
e7f726c2
<!-- style overrides for dartdoc -->
<style>
header
{
background-color
:
#917FFF
;
}
body
{
font-size
:
16px
;
line-height
:
1.5
;
color
:
#111
;
background-color
:
#fdfdfd
;
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
font-weight
:
300
;
}
h1
{
font-size
:
42px
!important
;
letter-spacing
:
-1px
;
line-height
:
1
;
}
h2
{
font-size
:
32px
;
}
pre
>
code
{
font-size
:
14px
;
}
</style>
packages/flutter/lib/gestures.dart
View file @
e7f726c2
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The Flutter gesture recognizers
/// The Flutter gesture recognizers
.
library
gestures
;
export
'src/gestures/arena.dart'
;
...
...
packages/flutter/lib/material.dart
View file @
e7f726c2
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// Flutter widgets implementing Material Design
/// Flutter widgets implementing Material Design
.
///
/// See https://www.google.com/design/spec/material-design/introduction.html
library
material
;
...
...
packages/flutter/lib/painting.dart
View file @
e7f726c2
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The Flutter painting library
/// The Flutter painting library
.
///
/// This library includes a variety of classes that wrap the Flutter
/// engine's painting API for more specialised purposes, such as painting scaled
...
...
packages/flutter/lib/rendering.dart
View file @
e7f726c2
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// The Flutter rendering tree
/// The Flutter rendering tree
.
library
rendering
;
export
'package:sky/src/rendering/auto_layout.dart'
;
...
...
packages/flutter/lib/services.dart
View file @
e7f726c2
...
...
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
/// System services exposed to Flutter apps
/// System services exposed to Flutter apps
.
///
/// For example, this library includes [fetch], which fetches data from the
/// network.
...
...
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