wordpress_suite 0.1.0 copy "wordpress_suite: ^0.1.0" to clipboard
wordpress_suite: ^0.1.0 copied to clipboard

A dart package to interact with the WordPress Suite, like WooCommerce, LearnPress and etc

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add wordpress_suite

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

dependencies:
  wordpress_suite: ^0.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:wordpress_suite/constants.dart';
import 'package:wordpress_suite/endpoint.dart';
import 'package:wordpress_suite/error.dart';
import 'package:wordpress_suite/learnpress.dart';
import 'package:wordpress_suite/rest.dart';
import 'package:wordpress_suite/woocommerce.dart';
import 'package:wordpress_suite/wordpress.dart';
4
likes
30
pub points
0%
popularity

Publisher

unverified uploader

A dart package to interact with the WordPress Suite, like WooCommerce, LearnPress and etc

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

dio, flutter, meta

More

Packages that depend on wordpress_suite