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
120
pub points
0%
popularity

Publisher

unverified uploader

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

flutter, http

More

Packages that depend on api_placeholder