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
31ea315c
Unverified
Commit
31ea315c
authored
Nov 30, 2022
by
Greg Spencer
Committed by
GitHub
Nov 30, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add offline docs, up the h2 size (#116241)
parent
8473da22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
0 deletions
+29
-0
README.md
dev/docs/README.md
+23
-0
overrides.css
dev/docs/assets/overrides.css
+6
-0
No files found.
dev/docs/README.md
View file @
31ea315c
...
...
@@ -18,6 +18,29 @@ the following locations:
*
[
Codelabs
](
https://flutter.dev/docs/codelabs
)
*
[
Contributing to Flutter
](
https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md
)
## Offline Documentation
In addition to the online sites above, Flutter's documentation can be downloaded
as an HTML documentation ZIP file for use when offline or when you have a poor
internet connection.
**
Warning: the offline documentation files are quite large, approximately 700 MB
to 900 MB.
**
Offline HTML documentation ZIP bundles:
*
[
Stable channel
](
https://api.flutter.dev/offline/flutter.docs.zip
)
*
[
Master channel
](
https://master-api.flutter.dev/offline/flutter.docs.zip
)
Or, you can add Flutter to the open-source
[
Zeal
](
https://zealdocs.org/
)
app
using the following XML configurations. Follow the instructions in the
application for adding a feed.
*
Stable channel Zeal XML configuration URL:
<https://api.flutter.dev/offline/flutter.xml>
*
Master channel Zeal XML configuration URL:
<https://master-api.flutter.dev/offline/flutter.xml>
## Importing a Library
### Framework Libraries
...
...
dev/docs/assets/overrides.css
View file @
31ea315c
...
...
@@ -19,6 +19,12 @@ h2 {
font-size
:
24px
;
}
/* Specifically make all the Markdown h2 headings slightly
bigger, so the Markdown CSS doesn't override it. */
.markdown
h2
{
font-size
:
24px
;
}
section
.summary
h2
{
color
:
inherit
;
border-bottom
:
none
;
...
...
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