This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree 2 files changed +29
-0
lines changed
2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,29 @@ the following locations:
18
18
* [ Codelabs] ( https://flutter.dev/docs/codelabs )
19
19
* [ Contributing to Flutter] ( https://github.com/flutter/flutter/blob/master/CONTRIBUTING.md )
20
20
21
+ ## Offline Documentation
22
+
23
+ In addition to the online sites above, Flutter's documentation can be downloaded
24
+ as an HTML documentation ZIP file for use when offline or when you have a poor
25
+ internet connection.
26
+
27
+ ** Warning: the offline documentation files are quite large, approximately 700 MB
28
+ to 900 MB.**
29
+
30
+ Offline HTML documentation ZIP bundles:
31
+
32
+ * [ Stable channel] ( https://api.flutter.dev/offline/flutter.docs.zip )
33
+ * [ Master channel] ( https://master-api.flutter.dev/offline/flutter.docs.zip )
34
+
35
+ Or, you can add Flutter to the open-source [ Zeal] ( https://zealdocs.org/ ) app
36
+ using the following XML configurations. Follow the instructions in the
37
+ application for adding a feed.
38
+
39
+ * Stable channel Zeal XML configuration URL:
40
+ < https://api.flutter.dev/offline/flutter.xml >
41
+ * Master channel Zeal XML configuration URL:
42
+ < https://master-api.flutter.dev/offline/flutter.xml >
43
+
21
44
## Importing a Library
22
45
23
46
### Framework Libraries
Original file line number Diff line number Diff line change 19
19
font-size : 24px ;
20
20
}
21
21
22
+ /* Specifically make all the Markdown h2 headings slightly
23
+ bigger, so the Markdown CSS doesn't override it. */
24
+ .markdown h2 {
25
+ font-size : 24px ;
26
+ }
27
+
22
28
section .summary h2 {
23
29
color : inherit;
24
30
border-bottom : none;
You can’t perform that action at this time.
0 commit comments