@@ -6,10 +6,12 @@ plugins:
66 flutter_app_badger : ["wearable-5.5"]
77 flutter_secure_storage : ["wearable-5.5", "tv-6.5"]
88 flutter_tts : ["wearable-5.5", "tv-6.5"]
9+ google_maps_flutter : ["wearable-5.5", "tv-6.5"]
910 integration_test : ["wearable-5.5", "tv-6.5"]
1011 messageport : ["wearable-5.5", "tv-6.5"]
1112 package_info_plus : ["wearable-5.5", "tv-6.5"]
12- path_provider : ["tv-6.5"]
13+ path_provider : ["wearable-5.5", "tv-6.5"]
14+ permission_handler : ["wearable-5.5"]
1315 sensors_plus : ["wearable-5.5"]
1416 shared_preferences : ["wearable-5.5", "tv-6.5"]
1517 sqflite : ["wearable-5.5", "tv-6.5"]
@@ -21,26 +23,25 @@ plugins:
2123 url_launcher : ["wearable-5.5", "tv-6.5"]
2224 wakelock : ["wearable-5.5"]
2325
24- # Not supported by emulators.
25- camera : []
26- google_maps_flutter : []
27- network_info_plus : []
28- webview_flutter : []
29- webview_flutter_lwe : []
30-
3126 # No tests.
3227 google_sign_in : []
3328 image_picker : []
3429 tizen_log : []
3530 tizen_notification : []
3631 wearable_rotary : []
3732
38- # Permission cannot be granted without manual interaction.
33+ # Functionality not available on emulator.
34+ camera : []
3935 geolocator : []
40- permission_handler : []
36+ network_info_plus : []
4137
4238 # Only testable with the drive command: https://github.com/flutter-tizen/plugins/issues/272
4339 tizen_app_control : []
4440
4541 # Test frequently breaks due to memory issue: https://github.com/flutter-tizen/plugins/issues/135
4642 video_player : []
43+
44+ # Temporarily disabled due to test_api error. Testable with the drive command.
45+ # https://github.com/flutter-tizen/plugins/pull/397#issuecomment-1139299838
46+ webview_flutter : []
47+ webview_flutter_lwe : []
0 commit comments