robots_txt_processor 1.0.0 copy "robots_txt_processor: ^1.0.0" to clipboard
robots_txt_processor: ^1.0.0 copied to clipboard

A robots.txt Dart package, useful to parse robots information and convert into more manageable object.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add robots_txt_processor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  robots_txt_processor: ^1.0.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:robots_txt_processor/robots_txt_processor.dart';
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A robots.txt Dart package, useful to parse robots information and convert into more manageable object.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on robots_txt_processor