easy_church_json 0.1.6 easy_church_json: ^0.1.6 copied to clipboard
Plugin to connect to the easy church API. Easy church API is an API for the android app 'Easy church' soon to be on play store. This package is private and not mean't for public use.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add easy_church_json
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
easy_church_json: ^0.1.6
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:easy_church_json/easy_church_json.dart';