kreuzcrawl 0.3.0 copy "kreuzcrawl: ^0.3.0" to clipboard
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
}