premier_league_fantasy 0.0.33
premier_league_fantasy: ^0.0.33 copied to clipboard
A package that fetches and organizes the FPL data. Fetches all data provided by the FPL API. You can use it for developing sports related game apps.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add premier_league_fantasyWith Flutter:
$ flutter pub add premier_league_fantasyThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
premier_league_fantasy: ^0.0.33Alternatively, 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:premier_league_fantasy/premier_league_fantasy.dart';