unical_serverpod_server 0.1.0-beta.0
unical_serverpod_server: ^0.1.0-beta.0 copied to clipboard
Reusable Serverpod module that provides calendar services: securely stored calendar accounts (CalDAV credentials), server-side CalDAV sync of events and tasks (built on unical + unical_caldav), and mu [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add unical_serverpod_serverWith Flutter:
$ flutter pub add unical_serverpod_serverThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
unical_serverpod_server: ^0.1.0-beta.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:unical_serverpod_server/unical_serverpod_server.dart';