-
Notifications
You must be signed in to change notification settings - Fork 35
/
list.json
10 lines (10 loc) · 899 Bytes
/
list.json
1
2
3
4
5
6
7
8
9
10
{
"standaloneImplementation": [
{"name":"image_picker","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/image_picker/import.go.tmpl"},
{"name":"path_provider","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/path_provider/import.go.tmpl"},
{"name":"shared_preferences","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/shared_preferences/import.go.tmpl"},
{"name":"url_launcher","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/url_launcher/import.go.tmpl"},
{"name":"video_player","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/video_player/import.go.tmpl"},
{"name":"package_info","importFile": "https://raw.githubusercontent.com/go-flutter-desktop/plugins/master/package_info/import.go.tmpl"}
]
}