open_cu_services_lmsapi 0.1.0-pub.0
open_cu_services_lmsapi: ^0.1.0-pub.0 copied to clipboard
Open CU Services LMS API Dart SDK (based on spec/lmsapi/v0.1.0)
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add open_cu_services_lmsapiWith Flutter:
$ flutter pub add open_cu_services_lmsapiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
open_cu_services_lmsapi: ^0.1.0-pub.0Alternatively, 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:open_cu_services_lmsapi/open_cu_services_lmsapi.dart';