api_placeholder 1.1.0 copy "api_placeholder: ^1.1.0" to clipboard
api_placeholder: ^1.1.0 copied to clipboard

Api Placeholder is a simple, light-weight package used for holding mock data in the form of API Response, that can be used for prototyping and testing, before using real API Endpoint.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_placeholder

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

dependencies:
  api_placeholder: ^1.1.0

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:api_placeholder/api_placeholder.dart';
1
likes
140
points
36
downloads

Publisher

unverified uploader

Weekly Downloads

Api Placeholder is a simple, light-weight package used for holding mock data in the form of API Response, that can be used for prototyping and testing, before using real API Endpoint.

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, http

More

Packages that depend on api_placeholder