ncmb 2.6.6 copy "ncmb: ^2.6.6" to clipboard
ncmb: ^2.6.6 copied to clipboard

Dart and Flutter library for Nifcloud mobile backend(NCMB). Nifcloud mobile backend is a web service of mBaaS.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ncmb

With Flutter:

 $ flutter pub add ncmb

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

dependencies:
  ncmb: ^2.6.6

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:ncmb/ncmb.dart';
3
likes
100
pub points
51%
popularity

Publisher

unverified uploader

Dart and Flutter library for Nifcloud mobile backend(NCMB). Nifcloud mobile backend is a web service of mBaaS.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

crypto, dio, http_parser, intl, mime, package_info, shared_preferences, uuid

More

Packages that depend on ncmb