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

outdated

Biblioteca para facilitar o rastreio de pacotes no Correio.

example/correios_rastreio_example.dart

import 'package:correios_rastreio/correios_rastreio.dart';

void main() async {
  var correios = CorreiosRastreio();
  final events = await correios.rastrearEncomenda('EY689417763aFR');
  print(events[0].data);
  print(events[0].hora);
  print(events[0].destino);
  print(events[0].status);
  print(events[0].origem);
  print(events[0].local);
}
4
likes
0
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

Biblioteca para facilitar o rastreio de pacotes no Correio.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

html, http

More

Packages that depend on correios_rastreio