frappe_sdk 0.0.2 copy "frappe_sdk: ^0.0.2" to clipboard
frappe_sdk: ^0.0.2 copied to clipboard

The dart library for Frappe REST API, this package provides a clean and simple way to connect to your frappe instance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add frappe_sdk

With Flutter:

 $ flutter pub add frappe_sdk

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

dependencies:
  frappe_sdk: ^0.0.2

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:frappe_sdk/frappe_sdk.dart';
1
likes
160
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

The dart library for Frappe REST API, this package provides a clean and simple way to connect to your frappe instance.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, logger

More

Packages that depend on frappe_sdk