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

Futbol Libre Hoy - today's football fixtures and live scores from the public calendar feed.

example/main.dart

import 'package:futbol_libre_hoy/futbol_libre_hoy.dart';

Future<void> main() async {
  final cal = await fetchCalendar(filter: 'live');
  print('Futbol Libre Hoy - ${cal.count} live');
  for (final m in cal.matches) {
    print('${formatLine(m)} ${m.url}');
  }
  print(defaultBaseUrl);
}
0
likes
150
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Futbol Libre Hoy - today's football fixtures and live scores from the public calendar feed.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on futbol_libre_hoy