pivox 1.1.0 copy "pivox: ^1.1.0" to clipboard
pivox: ^1.1.0 copied to clipboard

A powerful free proxy rotator and web scraping toolkit for Dart and Flutter applications with dynamic proxy sourcing, smart rotation, and advanced web scraping capabilities.

example/lib/main.dart

import 'package:example/core/app/app.dart';
import 'package:example/core/di/service_locator.dart';
import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import 'package:google_fonts/google_fonts.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  // Apply system UI overlay style
  SystemChrome.setSystemUIOverlayStyle(
    const SystemUiOverlayStyle(
      statusBarColor: Colors.transparent,
      statusBarIconBrightness: Brightness.dark,
      statusBarBrightness: Brightness.light,
    ),
  );

  // Set preferred orientations
  await SystemChrome.setPreferredOrientations([
    DeviceOrientation.portraitUp,
    DeviceOrientation.portraitDown,
  ]);

  // Load Google Fonts
  await GoogleFonts.pendingFonts([GoogleFonts.inter()]);

  // Initialize service locator
  await ServiceLocator.init();

  // Initialize app
  runApp(const PivoxApp());
}
1
likes
150
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful free proxy rotator and web scraping toolkit for Dart and Flutter applications with dynamic proxy sourcing, smart rotation, and advanced web scraping capabilities.

Repository (GitHub)
View/report issues

Topics

#proxy #web-scraping #http #networking #scraping

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

collection, crypto, data_cache_x, dio, flutter, flutter_inappwebview, get_it, html, http, path, path_provider, shared_preferences, uuid

More

Packages that depend on pivox