kreuzcrawl 0.3.0
kreuzcrawl: ^0.3.0 copied to clipboard
High-performance web crawling engine
example/kreuzcrawl_example.dart
import 'package:kreuzcrawl' as kreuzcrawl;
void main() {
print('Example: kreuzcrawl loaded successfully');
// Add your API calls here after code generation
}