tgtg_client 0.0.4+2 copy "tgtg_client: ^0.0.4+2" to clipboard
tgtg_client: ^0.0.4+2 copied to clipboard

Too Good To Go is a service that connects customers to restaurants and stores that have surplus unsold food. This is an unofficial client to access their API.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add tgtg_client

With Flutter:

 $ flutter pub add tgtg_client

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

dependencies:
  tgtg_client: ^0.0.4+2

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

Import it

Now in your Dart code, you can use:

import 'package:tgtg_client/tgtg_client.dart';
6
likes
110
pub points
0%
popularity

Publisher

verified publisherfrancescocoppola.me

Too Good To Go is a service that connects customers to restaurants and stores that have surplus unsold food. This is an unofficial client to access their API.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

freezed_annotation, http, json_annotation, meta

More

Packages that depend on tgtg_client