schmucklicloud_storage 1.0.0 copy "schmucklicloud_storage: ^1.0.0" to clipboard
schmucklicloud_storage: ^1.0.0 copied to clipboard

The official schmuckliCloud Storage SDK for Dart. Use this SDK if you want store and manage data from the Cloud.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add schmucklicloud_storage

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

dependencies:
  schmucklicloud_storage: ^1.0.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:schmucklicloud_storage/config.dart';
import 'package:schmucklicloud_storage/main.dart';
import 'package:schmucklicloud_storage/sCNotify.dart';
import 'package:schmucklicloud_storage/sCStorage.dart';
1
likes
40
pub points
0%
popularity

Publisher

verified publisherschmuckli.cloud

The official schmuckliCloud Storage SDK for Dart. Use this SDK if you want store and manage data from the Cloud.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on schmucklicloud_storage