Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Reubencf
/
PraxaLing
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PraxaLing
/
mobile
/
test
/
widget_test.dart
Reubencf
Deploy PraxaLing: component refactor, bug fixes, unified neo-brutal design, Qwen3.5 everywhere
2992997
1 day ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
121 Bytes
import
'package:flutter_test/flutter_test.dart'
;
void
main() {
test(
'placeholder'
, () {
expect(
1
+
1
,
2
);
});
}