fake_store_client 1.0.3 copy "fake_store_client: ^1.0.3" to clipboard
fake_store_client: ^1.0.3 copied to clipboard

A Dart/Flutter package to easily interact with the Fake Store API. Includes models and services to fetch products, users, and cart data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fake_store_client

With Flutter:

 $ flutter pub add fake_store_client

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

dependencies:
  fake_store_client: ^1.0.3

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:fake_store_client/fake_store_client.dart';
0
likes
135
points
38
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Dart/Flutter package to easily interact with the Fake Store API. Includes models and services to fetch products, users, and cart data.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dartz, http

More

Packages that depend on fake_store_client