json_server 1.0.0+3 copy "json_server: ^1.0.0+3" to clipboard
json_server: ^1.0.0+3 copied to clipboard

Launch JSON server for web and mobile apps development from CLI without complicated backend setup for Dart and Flutter development.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate json_server

Use it

The package has the following executables:

$ jserver

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add json_server

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

dependencies:
  json_server: ^1.0.0+3

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

Import it

Now in your Dart code, you can use:

import 'package:json_server/json_server.dart';
1
likes
30
pub points
45%
popularity

Publisher

verified publisherpetehouston.com

Launch JSON server for web and mobile apps development from CLI without complicated backend setup for Dart and Flutter development.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, path

More

Packages that depend on json_server