forked from Lyokone/flutterlocation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docs.json
65 lines (64 loc) · 2.03 KB
/
docs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "Flutter Location",
"description": "This library aims at providing you a simple way to get the user location without thinking about permission. It's also heavily configurable so you can easily get better performance or better battery.",
"plausibleAnalytics": true,
"plausibleAnalyticsScript": "https://analytics.bernos.dev/js/script.js",
"twitter": "BeGuillaume",
"theme": "#FFA03F",
"logo": "../assets/Logo.png",
"sidebar": [
["Overview", "/"],
[
"Installation",
[
["Getting started", "/getting-started"],
["Android", "/installation/android"],
["iOS", "/installation/ios"],
["macOS", "/installation/macos"],
["Web", "/installation/web"]
]
],
[
"Features",
[
["Get Location", "/features/get-location"],
["Listen to Location", "/features/listen-location"],
["Settings", "/features/settings"],
["Permissions", "/features/permissions"],
["Services", "/features/services"],
["Notification", "/features/notification"]
]
],
["Testing", "/testing"],
[
"API",
[
[
"LocationData",
"https://pub.dev/documentation/location_platform_interface/latest/location_platform_interface/LocationData-class.html"
],
[
"LocationAccuracy",
"https://pub.dev/documentation/location_platform_interface/latest/location_platform_interface/LocationAccuracy-class.html"
],
[
"LocationSettings",
"https://pub.dev/documentation/location_platform_interface/latest/location_platform_interface/LocationSettings-class.html"
],
[
"PermissionStatus",
"https://pub.dev/documentation/location_platform_interface/latest/location_platform_interface/PermissionStatus-class.html"
]
]
],
[
"Examples",
[
[
"Demo App",
"https://github.com/Lyokone/flutterlocation/tree/master/packages/location/example"
]
]
]
]
}