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

High-performance web crawling engine

example/crawlberg_example.dart

import 'package:crawlberg' as crawlberg;

void main() {
  print('Example: crawlberg loaded successfully');
}