crawlberg 1.0.0-rc.1
crawlberg: ^1.0.0-rc.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
}