-
Notifications
You must be signed in to change notification settings - Fork 52
Expand file tree
/
Copy pathlabeler.yml
More file actions
79 lines (78 loc) · 2.03 KB
/
labeler.yml
File metadata and controls
79 lines (78 loc) · 2.03 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# Packages
"p: audioplayers":
- packages/audioplayers/**/*
"p: battery_plus":
- packages/battery_plus/**/*
"p: camera":
- packages/camera/**/*
"p: connectivity_plus":
- packages/connectivity_plus/**/*
"p: device_info_plus":
- packages/device_info_plus/**/*
"p: firebase_core":
- packages/firebase_core/**/*
"p: firebase_functions":
- packages/firebase_functions/**/*
"p: flutter_app_badger":
- packages/flutter_app_badger/**/*
"p: flutter_secure_storage":
- packages/flutter_secure_storage/**/*
"p: flutter_tts":
- packages/flutter_tts/**/*
"p: geolocator":
- packages/geolocator/**/*
"p: google_maps_flutter":
- packages/google_maps_flutter/**/*
"p: google_sign_in":
- packages/google_sign_in/**/*
"p: image_picker":
- packages/image_picker/**/*
"p: integration_test":
- packages/integration_test/**/*
"p: messageport":
- packages/messageport/**/*
"p: network_info_plus":
- packages/network_info_plus/**/*
"p: package_info_plus":
- packages/package_info_plus/**/*
"p: path_provider":
- packages/path_provider/**/*
"p: permission_handler":
- packages/permission_handler/**/*
"p: sensors_plus":
- packages/sensors_plus/**/*
"p: shared_preferences":
- packages/shared_preferences/**/*
"p: sqflite":
- packages/sqflite/**/*
"p: tizen_app_control":
- packages/tizen_app_control/**/*
"p: tizen_app_manager":
- packages/tizen_app_manager/**/*
"p: tizen_audio_manager":
- packages/tizen_audio_manager/**/*
"p: tizen_bundle":
- packages/tizen_bundle/**/*
"p: tizen_log":
- packages/tizen_log/**/*
"p: tizen_notification":
- packages/tizen_notification/**/*
"p: tizen_package_manager":
- packages/tizen_package_manager/**/*
"p: tizen_rpc_port":
- packages/tizen_rpc_port/**/*
"p: url_launcher":
- packages/url_launcher/**/*
"p: video_player":
- packages/video_player/**/*
"p: wakelock":
- packages/wakelock/**/*
"p: wearable_rotary":
- packages/wearable_rotary/**/*
"p: webview_flutter":
- packages/webview_flutter/**/*
"p: webview_flutter_lwe":
- packages/webview_flutter_lwe/**/*
# Tools
"tools":
- tools/**/*