crawlberg 1.0.0 copy "crawlberg: ^1.0.0" to clipboard
crawlberg: ^1.0.0 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
}