Merge pull request #6578 from kevmoo/shelf

Add shelf Dart server framework
main
Elbert Alias 2 years ago committed by GitHub
commit 53b8646588
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1723,6 +1723,19 @@
"scripts": "\"sheerIdEndpoint\":", "scripts": "\"sheerIdEndpoint\":",
"website": "https://www.sheerid.com/" "website": "https://www.sheerid.com/"
}, },
"Shelf": {
"cats": [
33
],
"description": "Shelf is a server framework for Dart.",
"headers": {
"Server": "dart:io with Shelf"
},
"oss": true,
"icon": "Dart.svg",
"implies": "Dart",
"website": "https://pub.dev/packages/shelf"
},
"ShellInABox": { "ShellInABox": {
"cats": [ "cats": [
46 46
@ -5654,4 +5667,4 @@
}, },
"website": "https://styled-components.com" "website": "https://styled-components.com"
} }
} }