pikadart 1.1.0 copy "pikadart: ^1.1.0" to clipboard
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 pikadart

With Flutter:

 $ flutter pub add pikadart

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

dependencies:
  pikadart: ^1.1.0

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:pikadart/pikadart.dart';
1
likes
150
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

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 making API requests and includes an automatic caching mechanism to enhance performance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

http

More

Packages that depend on pikadart