Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
FriendlyUser
/
dart_off_server
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
dart_off_server
/
test
/
cli_test.dart
David Li
fix: update docker file
29fe467
about 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
86 Bytes
import
'package:test/test.dart'
;
void
main() {
test(
'calculate'
, () {
});
}