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

outdated

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(
      "C:/Users/kylia/Documents/FlutterProject/cheezamapi/assets/images/fourme-d-ambert.jpg");
  var cheeze = await CheezamApi.cheeze(file);
  print(cheeze);
}
0
likes
0
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

License

unknown (LICENSE)

Dependencies

async, http, json_annotation, path

More

Packages that depend on cheezamapi