pikadart 1.1.0
pikadart: ^1.1.0 copied to clipboard
This Dart package serves as a wrapper for the PokeApi, providing a convenient and efficient way to interact with the Pokémon API in Dart projects. The package is designed to simplify the process of ma [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pikadartWith Flutter:
$ flutter pub add pikadartThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pikadart: ^1.1.0Alternatively, 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:pikadart/pikadart.dart';