crawlberg 1.0.1 copy "crawlberg: ^1.0.1" to clipboard
crawlberg: ^1.0.1 copied to clipboard

High-performance web crawling engine

example/crawlberg_example.dart

import 'package:crawlberg' as crawlberg;

void main() {
  print('Example: crawlberg loaded successfully');
  // Add your API calls here after code generation
}