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

Cheezamapi is a non-official API of [Cheezam](https://www.cheezam.fr/) made using scraping.

example/lib/main.dart

import 'dart:io';

import 'package:cheezamapi/cheezamapi.dart';

void main() {
  findCheeze();
}

Future<void> findCheeze() async {
  File file = File("PATH_TO_FILE");
  var cheeze = await CheezamApi.cheeze(file);
  print(cheeze);
}
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Cheezamapi is a non-official API of [Cheezam](https://www.cheezam.fr/) made using scraping.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, http, json_annotation, path

More

Packages that depend on cheezamapi